asio C++ library

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