operator!=#

Fully qualified name: omni::operator!=

Defined in omni/Expected.h

template<typename TValueLhs, typename TErrorLhs, typename TValueRhs, typename TErrorRhs>
constexpr bool omni::operator!=(
expected<TValueLhs, TErrorLhs> const &lhs,
expected<TValueRhs, TErrorRhs> const &rhs,
)#

Compare the contents of lhs and rhs for inequality.

Parameters:
Returns:

true if the expected types are not equal, false if they are equal.