ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
unordered_map.hpp File Reference
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/utility.hpp>
#include <unordered_map>
+ Include dependency graph for unordered_map.hpp:
+ This graph shows which files directly or indirectly include this file:

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)