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