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