Template Struct serialize_haploid_genome¶
Defined in File haploid_genome.hpp
Struct Documentation¶
-
template<typename
T>
structfwdpp::io::serialize_haploid_genome¶ Serialize a haploid_genome.
Serialize a haploid_genome. Specialize this for your haploid_genome type, else a static_assert will fail. See implementation of serialize_haploid_genome<haploid_genome> for example.
Public Functions
-
template<typename
streamtype>
voidoperator()(streamtype&, const T&) const¶
-
template<typename