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);
Created with MrDocs
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);
Created with MrDocs