Template Function fwdpp::ts::io::serialize_tables

Function Documentation

template<typename TableCollectionType, typename ostreamtype>
void fwdpp::ts::io::serialize_tables(ostreamtype &o, const TableCollectionType &tables)

Write a fwdpp::ts::table_collection to a binary format.

The result is that the data in

tables are written in a machine-readable format to o.
Parameters

This function always outputs to the format version specified by fwdpp::ts::io::TS_TABLES_VERSION.

Version

0.7.4 Tables are written in a single call