hpx/datastructures/serialization/optional.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace serialization

Functions

template<typename T>
void save(output_archive &ar, hpx::optional<T> const &o, unsigned)
template<typename T>
void load(input_archive &ar, hpx::optional<T> &o, unsigned)