Serialize an object through the buffered writer and return this writer.

Synopsis

Declared in <streams.h>

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

Return Value

A reference to this writer.

Parameters

Name

Description

obj

Object to serialize through the buffer.

Created with MrDocs