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 7789ef3d8d.
PrevUpHomeNext

basic_stream_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