[#BloombergLP-bdlat_TypeName] = xref:BloombergLP.adoc[BloombergLP]::bdlat_TypeName :relfileprefix: ../ :mrdocs: Static template functions for returning a string representation for the name of a type. == Synopsis Declared in `<bdlat_typename.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct bdlat_TypeName; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat_TypeName/className.adoc[`className`] | Return the exported class name for `TYPE`, or 0 if none is exported. | xref:BloombergLP/bdlat_TypeName/name.adoc[`name`] | Return a null‐terminated string containing the name of `TYPE`. | xref:BloombergLP/bdlat_TypeName/xsdName.adoc[`xsdName`] | Return the XSD type name for the specified object and format. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#