|
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>