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 an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

basic_file::seek_basis

Inherited from file_base.

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