[#SpanWriter-2constructor-04] = xref:SpanWriter.adoc[SpanWriter]::SpanWriter :relfileprefix: ../ :mrdocs: Construct a writer over an existing span of bytes to fill. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit SpanWriter(std::span<std::byte> dest); ---- == Parameters [cols="1,4"] |=== | Name| Description | *dest* | Span of bytes the writer will fill. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#