Public Types | List of all members
BT::optional_lite::detail::type_of_size< List, N > Struct Template Reference

#include <optional.hpp>

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

Definition at line 452 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 BT::optional_lite::detail::type_of_size< List, N >::type

Definition at line 457 of file optional.hpp.


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


behaviortree_cpp
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Sat Feb 2 2019 04:01:55