Serialize an object to the file and return this wrapper.

Synopsis

Declared in <streams.h>

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

Return Value

A reference to this wrapper.

Parameters

Name

Description

obj

Object to serialize to the file.

Created with MrDocs