[#VectorWriter] = VectorWriter :mrdocs: Minimal stream for overwriting and/or appending to an existing byte vector == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class VectorWriter; ---- == Description The referenced vector will grow as necessary == Member Functions [cols="1,4"] |=== | Name| Description | xref:VectorWriter/2constructor-07.adoc[`VectorWriter`] [.small]#[constructor]# | Constructors | xref:VectorWriter/write.adoc[`write`] | Write a buffer of bytes at the current position, overwriting then appending as needed. | xref:VectorWriter/operator_lshift.adoc[`operator<<`] | Serialize an object into the vector and return this writer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#