cereal
A C++11 library for serialization
|
Support for std::optional. More...
Go to the source code of this file.
Functions | |
template<class Archive , typename T > | |
void | cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, const std::optional< T > &optional) |
Saving for std::optional. | |
template<class Archive , typename T > | |
void | cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::optional< T > &optional) |
Loading for std::optional. | |
Support for std::optional.