Public Types
nonstd::optional_lite::detail::type_of_size< List, N > Struct Template Reference

#include <optional.hpp>

List of all members.

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::optional_lite::detail::type_of_size< List, N >

Definition at line 362 of file optional.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::optional_lite::detail::type_of_size< List, N >::type

Definition at line 367 of file optional.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Fri Sep 1 2017 02:41:58