cereal
A C++11 library for serialization
|
Support for types found in <forward_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::forward_list< T, A > const &forward_list) |
Saving for std::forward_list all other types. | |
template<class Archive , class T , class A > | |
void | cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::forward_list< T, A > &forward_list) |
Loading for std::forward_list all other types from. | |
Support for types found in <forward_list>