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