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
  • container
  • IntrusiveListLink

IntrusiveListLink#

Fully qualified name: carb::container::IntrusiveListLink

Defined in carb/container/IntrusiveList.h

template<class T>
class IntrusiveListLink#

Defines a “link node” that IntrusiveList will use for tracking data for the contained type.

Public Types

using ValueType = T#

The object that contains *this.

Public Functions

constexpr IntrusiveListLink() noexcept = default#

Constructor.

inline ~IntrusiveListLink()#

Destructor. Asserts that the link is not contained in an IntrusiveList.

inline bool isContained() const noexcept#

Reports whether this link object is inserted into am IntrusiveList container.

Returns:

true if this link object is present in an IntrusiveList; false otherwise.

previous

IntrusiveList

next

IntrusiveUnorderedMultimap

On this page
  • IntrusiveListLink
    • ValueType
    • IntrusiveListLink()
    • ~IntrusiveListLink()
    • isContained()
NVIDIA NVIDIA

Copyright © 2018-2025, NVIDIA Corporation.

Last updated on Apr 22, 2025.