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

PrevUpHomeNext
file_win32::pos

Return the current position in the open file.

Synopsis
std::uint64_t
pos(
    error_code& ec);
Parameters

Name

Description

ec

Set to the error, if any occurred

Return Value

The offset in bytes from the beginning of the file


PrevUpHomeNext