Template Function fwdpp::io::serialize_population¶
Defined in File serialize_population.hpp
Function Documentation¶
-
template<typename
streamtype, typenamepoptype>
voidfwdpp::io::serialize_population(streamtype &buffer, const poptype &pop)¶ Write a population in binary format to a stream.
- Parameters
buffer: A model of std::ostream.pop: A population.