Cast the specified any to CustomizedTypeConstRef.
Declared in <bdlar_anycastutil.h>
static
CustomizedTypeConstRef
toCustomizedTypeConstRef(AnyConstRef const& any);
The behaviour is undefined unless any.typeCategory() == bdlat_TypeCategory::e_CUSTOMIZED_TYPE_CATEGORY.
a CustomizedTypeConstRef for the object referred to by any
| Name | Description |
|---|---|
| any | const any reference to cast |