hpx/serialization/variant.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 ...Ts>
void save(output_archive &ar, std::variant<Ts...> const &v, unsigned)
template<typename ...Ts>
void load(input_archive &ar, std::variant<Ts...> &v, unsigned)