Unravel Engine C++ Reference
|
Support for the PairAssociativeContainer refinement of the AssociativeContainer concept. More...
#include "ser20/ser20.hpp"
Go to the source code of this file.
Namespaces | |
namespace | ser20 |
Functions | |
template<class Archive , template< typename... > class Map, typename... Args, typename = typename Map<Args...>::mapped_type> | |
void | ser20::SER20_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 | ser20::SER20_LOAD_FUNCTION_NAME (Archive &ar, Map< Args... > &map) |
Loading for std-like pair associative containers. | |
Support for the PairAssociativeContainer refinement of the AssociativeContainer concept.
Definition in file pair_associative_container.hpp.