...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
(Inherited from file_stdio
)
Adjust the current position in the open file.
void seek( std::uint64_t offset, error_code& ec);
Name |
Description |
---|---|
|
The offset in bytes from the beginning of the file |
|
Set to the error, if any occurred |