[#BloombergLP-bsls-nameOfType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::nameOfType :relfileprefix: ../../ :mrdocs: Return the name of the type of the object passed to this function. == Synopsis Declared in `<bsls_nameof.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> char const* nameOfType(TYPE const& object); ---- == Return Value pointer to a null‐terminated string naming the type of `object` == Parameters [cols="1,4"] |=== | Name| Description | *object* | object whose type name is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#