Skip to main content
Ctrl+K
Carbonite SDK - Home

Carbonite SDK

  • gitlab
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
Carbonite SDK - Home

Carbonite SDK

  • gitlab
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

  • Carbonite SDK API
  • omni
  • operator!=

operator!=#

Fully qualified name: omni::operator!=

Defined in omni/Expected.h

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

Compare the contents of lhs and rhs for inequality.

Parameters:
  • lhs – An omni::expected.

  • rhs – An omni::unexpected.

Returns:

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

previous

operator!=

next

operator+

On this page
  • operator!=()
NVIDIA NVIDIA

Copyright © 2018-2025, NVIDIA Corporation.

Last updated on Apr 22, 2025.