[#SizeComputer-operator_lshift] = xref:SizeComputer.adoc[SizeComputer]::operator<< :relfileprefix: ../ :mrdocs: Add the serialized size of an object to the running count. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> xref:SizeComputer.adoc[SizeComputer]& operator<<(T const& obj); ---- == Return Value A reference to this size computer. == Parameters [cols="1,4"] |=== | Name| Description | *obj* | The object whose serialized size is added. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#