<beman/optional/optional.hpp>
template<
typename T,
typename U>
constexpr
bool
operator!=(
optional<T> const& lhs,
U const& rhs)
requires detail::optional_ne_rel<T, U>;
true
if the objects are not equal, false
otherwise
Name | Description |
---|---|
lhs | The left operand |
rhs | The right operand |