Public Types | List of all members
art::has_mapped_type< T, std::void_t< typename T::mapped_type > > Struct Template Reference

#include <traits.h>

Inheritance diagram for art::has_mapped_type< T, std::void_t< typename T::mapped_type > >:

Public Types

using element_type = typename T::mapped_type
 

Detailed Description

template<typename T>
struct art::has_mapped_type< T, std::void_t< typename T::mapped_type > >

Definition at line 73 of file traits.h.

Member Typedef Documentation

template<typename T >
using art::has_mapped_type< T, std::void_t< typename T::mapped_type > >::element_type = typename T::mapped_type

Definition at line 75 of file traits.h.


The documentation for this struct was generated from the following file: