Return true if the specified "nullable" object contains a null value, and false otherwise.
Declared in <bdlat_nullablevaluefunctions.h>
template<class TYPE>
bool
isNull(TYPE const& object);
true if object contains a null value, and false otherwise
| Name | Description |
|---|---|
| object | "nullable" object to test |