[#BloombergLP-bslx-TypeCode] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::TypeCode :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for enumerating the set of fundamental types supported within `bslx`. See `Enum` in the `TYPES` sub‐section for details. == Synopsis Declared in `<bslx_typecode.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct TypeCode; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslx/TypeCode/Enum.adoc[`Enum`] | Enumerated set of fundamental type codes supported by `bslx`. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslx/TypeCode/print.adoc[`print`] | Write the string representation of `value` to the specified `stream`. | xref:BloombergLP/bslx/TypeCode/toAscii.adoc[`toAscii`] | Return the ASCII string representation of the specified `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#