|
NDDEM
|
Support for the PairAssociativeContainer refinement of the AssociativeContainer concept. More...
#include "cereal/cereal.hpp"Go to the source code of this file.
Namespaces | |
| cereal | |
| in certain simple scenarios. They should probably not be used if maximizing performance is the main objective. | |
Functions | |
| 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. More... | |
| 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. More... | |
Support for the PairAssociativeContainer refinement of the AssociativeContainer concept.