Serializes the file index and byte offset.
Declared in <flatfile.h>
template<typename Stream>
static
void
Ser(
Stream& s,
FlatFilePos const& obj);
| Name | Description |
|---|---|
| obj | Location of a record within a numbered flat file: a file index and byte offset. |