ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/utility.hpp>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::serialization |
Functions | |
template<typename Archive , typename K , typename V > | |
void | boost::serialization::load (Archive &ar, std::unordered_map< K, V > &map, unsigned const int) |
template<typename Archive , typename K , typename V > | |
void | boost::serialization::save (Archive &ar, std::unordered_map< K, V > const &map, unsigned const int) |
template<typename Archive , typename K , typename V > | |
void | boost::serialization::serialize (Archive &ar, std::unordered_map< K, V > &map, unsigned int const version) |