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