Struct scalar_writer¶
Defined in File scalar_serialization.hpp
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, typenameT>
result_typeoperator()(streamtype &i, T *__t, std::size_t n = 1) const¶
-
using