Return false if this object contains a value, and true otherwise. Note that this is the opposite of has_value.
Synopsis
Declared in <bdlb_nullableallocatedvalue.h>
bool
isNull() const noexcept;
Return Value
true if this object is null, and false otherwise
Created with MrDocs