BufferedWriter::write

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

NameDescription
srcBytes to write through the buffer.