[#BloombergLP-bslstl-Function_SmallObjectOptimization-SooFuncSize-value] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_SmallObjectOptimization.adoc[Function_SmallObjectOptimization]::xref:BloombergLP/bslstl/Function_SmallObjectOptimization/SooFuncSize.adoc[SooFuncSize]::value :relfileprefix: ../../../../ :mrdocs: `value` encodes the size of the `TP` type using the algorithm defined in the documentation for this class. == Synopsis Declared in `<bslstl_function_smallobjectoptimization.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::size_t const value = sizeof(TP) + k_SOO_ENCODING_OFFSET; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#