Return true if the specified ref contains a null value, and false otherwise.
Declared in <bdlar_nullablevalueref.h>
bool
bdlat_nullableValueIsNull(NullableValueConstRef const& ref);
true if null, and false otherwise
| Name | Description |
|---|---|
| ref | nullable-value reference to query |