Return true if the specified value is null, and false otherwise.
true
value
false
Declared in <bdlb_nullablevalue.h>
<bdlb_nullablevalue.h>
template<class TYPE> constexpr bool operator==( NullableValue<TYPE> const& value, bsl::nullopt_t const&) noexcept;