Return a pointer to the a string containing the name of TYPE, this serves as a convenient way to explicitly cast the return value to a const char *.
Synopsis
Declared in <bsls_nameof.h>
char const*
name() const;
Return Value
pointer to a null‐terminated string naming TYPE
Created with MrDocs