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