operator!=#
Fully qualified name: omni::operator!=
Defined in omni/Expected.h
-
template<typename TValueLhs, typename TErrorLhs, typename TValueRhs>
constexpr bool omni::operator!=(
)# Compare the contents of
lhs
andrhs
for inequality.- Parameters:
lhs – An omni::expected.
rhs – A value that is comparable with the
TValue
type oflhs
.
- Returns:
true
if the expected types are not equal,false
if they are equal.