Template Struct type_of_size
Defined in File optional.hpp
Struct Documentation
-
template<typename List, size_t N>
struct type_of_size Public Types
-
typedef std11::conditional<N == sizeof(typenameList::head), typenameList::head, typenametype_of_size<typenameList::tail, N>::type>::type type
-
typedef std11::conditional<N == sizeof(typenameList::head), typenameList::head, typenametype_of_size<typenameList::tail, N>::type>::type type