cereal
A C++11 library for serialization
|
Public Types | |
using | ST = typename std::aligned_storage< sizeof(T), CEREAL_ALIGNOF(T)>::type |
Public Member Functions | |
void | CEREAL_SERIALIZE_FUNCTION_NAME (Archive &ar) |
Public Attributes | |
ST | st |
::cereal::construct< T > | construct |