Template Function fwdpp::io::serialize_population

Function Documentation

template<typename streamtype, typename poptype>
void fwdpp::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.