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
  • detail
  • operator-

operator-#

Fully qualified name: omni::detail::operator-

Defined in omni/detail/PointerIterator.h

template<typename TPointer, typename UPointer, typename TContainer>
inline constexpr auto omni::detail::operator-(
const PointerIterator<TPointer, TContainer> &lhs,
const PointerIterator<UPointer, TContainer> &rhs,
) noexcept -> decltype(lhs.operator->() - rhs.operator->())#

Get the distance between iterators lhs and rhs. If lhs < rhs, this value will be negative.

previous

operator+

next

operator<

On this page
  • operator-()
NVIDIA NVIDIA

Copyright © 2018-2025, NVIDIA Corporation.

Last updated on Jan 08, 2025.