BloombergLP::bdlat_NullableValueFunctions::isNull

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

NameDescription
object"nullable" object to test