DataStream::operator<<

Serialize an object to the end of the stream and return this stream.

Synopsis

Declared in <streams.h>

template<typename T>
DataStream&
operator<<(T const& obj);

Return Value

A reference to this stream.

Parameters

NameDescription
objObject to serialize into the stream.