nonstd::variants::detail::type_of_size< List, N > Struct Template Reference

#include <ndn-cxx/util/nonstd/variant.hpp>

+ Inheritance diagram for nonstd::variants::detail::type_of_size< List, N >:

Public Types

typedef conditional< N==sizeof(typename List::head), typename List::head, typename type_of_size< typename List::tail, N >::type >::type type
 

Detailed Description

template<typename List, size_t N>
struct nonstd::variants::detail::type_of_size< List, N >

Definition at line 753 of file variant.hpp.

Member Typedef Documentation

template<typename List, size_t N>
typedef conditional< N == sizeof( typename List::head ), typename List::head, typename type_of_size<typename List::tail, N >::type >::type nonstd::variants::detail::type_of_size< List, N >::type

Definition at line 758 of file variant.hpp.