nonstd::optional_lite::detail::storage_t< T >::aligned_storage_t Struct Reference

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

+ Collaboration diagram for nonstd::optional_lite::detail::storage_t< T >::aligned_storage_t:

Public Attributes

align_as_type data [1+(sizeof(value_type)-1)/sizeof(align_as_type)]
 

Detailed Description

template<typename T>
struct nonstd::optional_lite::detail::storage_t< T >::aligned_storage_t

Definition at line 676 of file optional.hpp.

Member Data Documentation

template<typename T>
align_as_type nonstd::optional_lite::detail::storage_t< T >::aligned_storage_t::data[1+(sizeof(value_type)-1)/sizeof(align_as_type)]

Definition at line 676 of file optional.hpp.