Serialize an object into the vector and return this writer.
Synopsis
Declared in <streams.h>
template<typename T>
VectorWriter&
operator<<(T const& obj);
Return Value
A reference to this writer.
Parameters
Name |
Description |
obj |
Object to serialize into the vector. |
Created with MrDocs