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