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