This class provide non-template implementation code for the NameOf template class.
Declared in <bsls_nameof.h>
class NameOf_Base;
| Name | Description |
|---|---|
Unnamed enum | Compile-time constants for trimming compiler-specific type-name prefixes. |
| Name | Description |
|---|---|
initBuffer | Initialize buffer with the type name extracted from functionName. |
| Name | Description |
|---|---|
NameOf | Provide a means to display the type name of its template parameter TYPE. |