AutoFile::operator<<

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

NameDescription
objObject to serialize to the file.