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