VectorWriter::operator<<

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

NameDescription
objObject to serialize into the vector.