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