Template Struct type_of_size

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