[#VectorWriter-2constructor-0e] = xref:VectorWriter.adoc[VectorWriter]::VectorWriter :relfileprefix: ../ :mrdocs: Construct a writer and immediately serialize the given items into the vector. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename... Args> VectorWriter( std::vector<unsigned char>& vchDataIn, size_t nPosIn, Args&&... args); ---- == Parameters [cols="1,4"] |=== | Name| Description | *vchDataIn* | Referenced byte vector to overwrite/append. | *nPosIn* | Starting position; vector index where writes should start. | *args* | Items to serialize into the vector starting at nPosIn. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#