Return true if the value of this object (irrespective of non‐`void` type) is null. The behavior is undefined unless true == hasNonVoidType().
Synopsis
Declared in <balcl_optionvalue.h>
bool
isNull() const;
Return Value
true if the value is null, and false otherwise
Created with MrDocs