[#BloombergLP-bdlar-CustomizedTypeConstRef] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::CustomizedTypeConstRef :relfileprefix: ../../ :mrdocs: Type‐erased const reference to an object in the `bdlat` customized‐type category. == Synopsis Declared in `<bdlar_customizedtyperef.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CustomizedTypeConstRef; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/CustomizedTypeConstRef/2constructor-0e.adoc[`CustomizedTypeConstRef`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlar/CustomizedTypeConstRef/baseCategory.adoc[`baseCategory`] | Return a type category of the base type. | xref:BloombergLP/bdlar/CustomizedTypeConstRef/convertToBaseType.adoc[`convertToBaseType`] | Return a reference to the base value. | xref:BloombergLP/bdlar/CustomizedTypeConstRef/objectAddress.adoc[`objectAddress`] | Return a pointer to the wrapped object. | xref:BloombergLP/bdlar/CustomizedTypeConstRef/tmpAnyBuffer.adoc[`tmpAnyBuffer`] | Return a pointer to buffer large enough to store one `AnyConstRef` object. | xref:BloombergLP/bdlar/CustomizedTypeConstRef/vtable.adoc[`vtable`] | Return a pointer to the vtable. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/bdlat_customizedTypeConvertToBaseType-09.adoc[`bdlat_customizedTypeConvertToBaseType`] | Return an `AnyConstRef` to the base‐type representation of the specified `ref`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#