[#VectorWriter-write] = xref:VectorWriter.adoc[VectorWriter]::write :relfileprefix: ../ :mrdocs: Write a buffer of bytes at the current position, overwriting then appending as needed. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void write(std::span<std::byte const> src); ---- == Parameters [cols="1,4"] |=== | Name| Description | *src* | Bytes to write into the vector. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#