Boost C++ Libraries Home Libraries People FAQ More

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