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 develop branch, built from commit adcd4c09f0.
PrevUpHomeNext
file_stdio::pos

Return the current position in the open file.

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

Name

Description

ec

Set to the error, if any occurred

Return Value

The offset in bytes from the beginning of the file


PrevUpHomeNext