BloombergLP::bdlar::NullableValueConstRef::isNull

Return whether the referred object contains a null value.

Synopsis

Declared in <bdlar_nullablevalueref.h>

bool
isNull() const;

Description

Return true if the referred object contains a null value, and false otherwise.

Return Value

true if null, and false otherwise