hpx/serialization/list.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, typename Allocator>
void serialize(input_archive &ar, std::list<T, Allocator> &ls, unsigned)
template<typename T, typename Allocator>
void serialize(output_archive &ar, std::list<T, Allocator> const &ls, unsigned)