BloombergLP::bdlb::operator==

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& nullopt) noexcept;

Return Value

true if the specified value is null, and false otherwise

Parameters

NameDescription
valuenullable object to compare
nulloptdisengaged-optional tag