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