Support for the PairAssociativeContainer refinement of the AssociativeContainer concept.
More...
Go to the source code of this file.
|
template<class Archive , template< typename... > class Map, typename... Args, typename = typename Map<Args...>::mapped_type> |
void | cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, Map< Args... > const &map) |
| Saving for std-like pair associative containers.
|
|
template<class Archive , template< typename... > class Map, typename... Args, typename = typename Map<Args...>::mapped_type> |
void | cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, Map< Args... > &map) |
| Loading for std-like pair associative containers.
|
|
Support for the PairAssociativeContainer refinement of the AssociativeContainer concept.