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