SizeComputer::operator<<

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

NameDescription
objThe object whose serialized size is added.