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