Struct scalar_writer

Struct Documentation

struct fwdpp::io::scalar_writer

Deserialize POD and contiguous arrays of POD.

Public Types

using result_type = std::uint64_t

Public Functions

template<typename streamtype, typename T>
result_type operator()(streamtype &i, T *__t, std::size_t n = 1) const