Add the serialized size of an object to the running count.

Synopsis

Declared in <serialize.h>

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

Return Value

A reference to this size computer.

Parameters

Name

Description

obj

The object whose serialized size is added.

Created with MrDocs