Buffer bytes from src, flushing to the destination whenever the buffer fills.
Synopsis
Declared in <streams.h>
void
write(std::span<std::byte const> src);
Parameters
Name |
Description |
src |
Bytes to write through the buffer. |
Created with MrDocs