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

Synopsis

Declared in <streams.h>

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

Parameters

Name

Description

dest

Span of bytes the writer will fill.

Created with MrDocs