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