VectorWriter::write

Write a buffer of bytes at the current position, overwriting then appending as needed.

Synopsis

Declared in <streams.h>

void
write(std::span<std::byte const> src);

Parameters

NameDescription
srcBytes to write into the vector.