Template Function fwdpp::io::deserialize_population¶
Defined in File serialize_population.hpp
Function Documentation¶
-
template<typename
streamtype, typenamepoptype>
voidfwdpp::io::deserialize_population(streamtype &buffer, poptype &pop)¶ Read a binary representation of a population from a stream.
- Parameters
pop: A population to fill from bufferbuffer: A model of std::istream.