Return whether this variant currently holds no value.
Declared in <bdlb_variant.h>
bool
isUnset() const;
An unset variant does not hold a value or type. Note that this method should be preferred over checking the type index of the variant.
true if this variant currently holds no value, and false otherwise