NDDEM
|
#include <boost_variant.hpp>
Public Types | |
using | ST = typename std::aligned_storage< sizeof(T), CEREAL_ALIGNOF(T)>::type |
Public Member Functions | |
LoadAndConstructLoadWrapper () | |
~LoadAndConstructLoadWrapper () | |
void | CEREAL_SERIALIZE_FUNCTION_NAME (Archive &ar) |
Public Attributes | |
ST | st |
::cereal::construct< T > | construct |
using cereal::boost_variant_detail::LoadAndConstructLoadWrapper< Archive, T >::ST = typename std::aligned_storage<sizeof(T), CEREAL_ALIGNOF(T)>::type |
|
inline |
|
inline |
|
inline |
::cereal::construct<T> cereal::boost_variant_detail::LoadAndConstructLoadWrapper< Archive, T >::construct |
ST cereal::boost_variant_detail::LoadAndConstructLoadWrapper< Archive, T >::st |