Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit a8a4da0b3c.
PrevUpHomeNext

file_base::seek_basis

Basis for seeking in a file.

enum seek_basis

Values

seek_set

Seek to an absolute position.

seek_cur

Seek to an offset relative to the current file position.

seek_end

Seek to an offset relative to the end of the file.


PrevUpHomeNext