NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nonstd::variants::detail::type_of_size< List, N > Struct Template Reference

#include <variant-lite.hpp>

Public Types

typedef std11::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 936 of file variant-lite.hpp.

Member Typedef Documentation

◆ type

template<typename List, size_t N>
typedef std11::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 941 of file variant-lite.hpp.


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