Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
file_posix::pos

Return the current position in the open file.

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

Name

Description

ec

Set to the error, if any occurred

Return Value

The offset in bytes from the beginning of the file


PrevUpHomeNext