[#VectorWriter-operator_lshift] = xref:VectorWriter.adoc[VectorWriter]::operator<< :relfileprefix: ../ :mrdocs: Serialize an object into the vector and return this writer. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> xref:VectorWriter.adoc[VectorWriter]& operator<<(T const& obj); ---- == Return Value A reference to this writer. == Parameters [cols="1,4"] |=== | Name| Description | *obj* | Object to serialize into the vector. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#