ALPSCore reference
Namespaces | Functions
map.hpp File Reference
#include <alps/hdf5/archive.hpp>
#include <alps/utilities/cast.hpp>
#include <map>
Include dependency graph for map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 alps
 
 alps::hdf5
 

Functions

template<typename K , typename T , typename C , typename A >
void alps::hdf5::save (archive &ar, std::string const &path, std::map< K, T, C, A > const &value, std::vector< std::size_t > size=std::vector< std::size_t >(), std::vector< std::size_t > chunk=std::vector< std::size_t >(), std::vector< std::size_t > offset=std::vector< std::size_t >())
 
template<typename K , typename T , typename C , typename A >
void alps::hdf5::load (archive &ar, std::string const &path, std::map< K, T, C, A > &value, std::vector< std::size_t > chunk=std::vector< std::size_t >(), std::vector< std::size_t > offset=std::vector< std::size_t >())