Append a buffer of bytes to the end of the stream.
Synopsis
Declared in <streams.h>
void
write(std::span<value_type const> src);
Parameters
Name |
Description |
src |
Bytes to append to the stream. |
Created with MrDocs