Template Function fwdpp::ts::io::serialize_tables¶
Defined in File serialization.hpp
Function Documentation¶
-
template<typename
TableCollectionType, typenameostreamtype>
voidfwdpp::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
o: A model of std::ostreamtables: A fwdpp::ts::table_collection
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