[#DataStream-write] = xref:DataStream.adoc[DataStream]::write :relfileprefix: ../ :mrdocs: Append a buffer of bytes to the end of the stream. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void write(std::span<value_type const> src); ---- == Parameters [cols="1,4"] |=== | Name| Description | *src* | Bytes to append to the stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#