ALPSCore reference
Namespaces | Functions
boost_optional.hpp File Reference
#include <boost/optional.hpp>
Include dependency graph for boost_optional.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 T >
void alps::hdf5::save (alps::hdf5::archive &ar, const std::string &path, const boost::optional< T > &value, std::vector< std::size_t >=std::vector< std::size_t >(), std::vector< std::size_t >=std::vector< std::size_t >(), std::vector< std::size_t >=std::vector< std::size_t >())
 
template<typename T >
void alps::hdf5::load (alps::hdf5::archive &ar, const std::string &path, boost::optional< T > &value, std::vector< std::size_t >=std::vector< std::size_t >(), std::vector< std::size_t >=std::vector< std::size_t >(), std::vector< std::size_t >=std::vector< std::size_t >())