Template Struct deserialize_tables¶
Defined in File serialization.hpp
Struct Documentation¶
-
template<typename
TableCollectionType>
structfwdpp::ts::io::deserialize_tables¶ Public Functions
-
template<typename
istreamtype>
TableCollectionTypeoperator()(istreamtype &i)¶ Read a fwdpp::ts::table_collection in from a binary stream.
- Return
- Note
The return value has its index vectors populated. See fwdpp::ts::table_collection::build_indexes
- Version
0.7.4 Tables are read in a single call
- Parameters
i: A model of std::istream
-
template<typename