#include <optional.hpp>
Public Member Functions | |
| optional_storage () | |
| ~optional_storage ()=default | |
Public Attributes | |
| union eprosima::fastcdr::detail::optional_storage< T, typename std::enable_if< std::is_trivially_destructible< T >::value >::type >:: { ... } | |
| bool | engaged_ { false } |
|
inline |
|
default |
| union eprosima::fastcdr::detail::optional_storage< T, typename std::enable_if< std::is_trivially_destructible< T >::value >::type > { ... } |
| char dummy_ |
| bool engaged_ { false } |
| T val_ |