Return the name of the type of the object passed to this function.
Declared in <bsls_nameof.h>
template<class TYPE>
char const*
nameOfType(TYPE const& object);
pointer to a null-terminated string naming the type of object
| Name | Description |
|---|---|
| object | object whose type name is returned |