DataStream::write

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

NameDescription
srcBytes to append to the stream.