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