...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Read from the open file.
std::size_t read( void* buffer, std::size_t n, error_code& ec);
Name |
Description |
---|---|
|
The buffer for storing the result of the read |
|
The number of bytes to read |
|
Set to the error, if any occurred |