![]() |
Home | Libraries | People | FAQ | More |
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 |