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
Name |
Description |
obj |
Object to serialize into the stream. |
Created with MrDocs