Return whether the specified nullable object is null.
Declared in <bdlat_nullablevaluefunctions.h>
template<class TYPE>
bool
bdlat_nullableValueIsNull(bdlb::NullableValue<TYPE> const& object);
Default customization-point implementation of isNull for bdlb::NullableValue.
true if object is null, and false otherwise
| Name | Description |
|---|---|
| object | nullable value to test |