Template Function fwdpp::io::deserialize_population

Function Documentation

template<typename streamtype, typename poptype>
void fwdpp::io::deserialize_population(streamtype &buffer, poptype &pop)

Read a binary representation of a population from a stream.

Parameters
  • pop: A population to fill from buffer

  • buffer: A model of std::istream.