[#ParamsStream-02-write] = xref:ParamsStream-02.adoc[ParamsStream]::write :relfileprefix: ../ :mrdocs: Write bytes to the underlying stream. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void write(std::span<std::byte const> src); ---- == Parameters [cols="1,4"] |=== | Name| Description | *src* | The bytes to write. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#