SpanWriter::SpanWriter

Construct a writer over an existing span of bytes to fill.

Synopsis

Declared in <streams.h>

explicit
SpanWriter(std::span<std::byte> dest);

Parameters

NameDescription
destSpan of bytes the writer will fill.