[#BloombergLP-bdlat_CustomizedTypeFunctions] = xref:BloombergLP.adoc[BloombergLP]::bdlat_CustomizedTypeFunctions :relfileprefix: ../ :mrdocs: Provide functions and traits that expose `bdlat` customized‐type behavior. == Description This `namespace` provides functions that expose "customized type" behavior for "customized type" types. See the component‐level documentation for more information. == Types [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat_CustomizedTypeFunctions/BaseType-0d.adoc[`BaseType`] | This meta‐function should contain a typedef `Type` that specifies the default base type for the parameterized `TYPE`. | xref:BloombergLP/bdlat_CustomizedTypeFunctions/IsCustomizedType-04.adoc[`IsCustomizedType`] | Meta‐function that detects whether `TYPE` exposes customized‐type behavior. |=== == Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat_CustomizedTypeFunctions/bdlat_customizedTypeConvertFromBaseType.adoc[`bdlat_customizedTypeConvertFromBaseType`] | Default customization‐point implementation of `convertFromBaseType`. | xref:BloombergLP/bdlat_CustomizedTypeFunctions/bdlat_customizedTypeConvertToBaseType.adoc[`bdlat_customizedTypeConvertToBaseType`] | Return the base‐type representation of the specified customized `object`. | xref:BloombergLP/bdlat_CustomizedTypeFunctions/bdlat_customizedTypeCreateBaseAndConvert.adoc[`bdlat_customizedTypeCreateBaseAndConvert`] | Default customization‐point implementation of `createBaseAndConvert`. | xref:BloombergLP/bdlat_CustomizedTypeFunctions/convertFromBaseType.adoc[`convertFromBaseType`] | Convert from the specified `value` to the specified customized `object`. | xref:BloombergLP/bdlat_CustomizedTypeFunctions/convertToBaseType.adoc[`convertToBaseType`] | Return the base‐type representation of the specified customized `object`. | xref:BloombergLP/bdlat_CustomizedTypeFunctions/createBaseAndConvert.adoc[`createBaseAndConvert`] | Create a base value, manipulate it, and convert it into `object`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#