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
  • memory
  • operator==

operator==#

Fully qualified name: carb::memory::operator==

Defined in carb/memory/ArenaAllocator.h

template<class T, class U, class Allocator1, class Allocator2>
bool carb::memory::operator==(
const ArenaAllocator<T, Allocator1> &lhs,
const ArenaAllocator<U, Allocator2> &rhs,
)#

Equality operator.

Parameters:
  • lhs – An allocator to compare

  • rhs – An allocator to compare

Returns:

true if lhs and rhs can deallocate each other’s allocations.

previous

operator!=

next

protectedMemmove

On this page
  • operator==()
NVIDIA NVIDIA

Copyright © 2018-2025, NVIDIA Corporation.

Last updated on Apr 22, 2025.