For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Introduction
    • Overview
    • Relevant Technologies
    • Getting Started
  • Setup
    • SDK Installation
    • Additional Setup
    • Third Party Hardware Setup
  • Using the SDK
    • Holoscan Core
    • GPU Resident Execution
    • Holoscan by Example
    • Create an Application
    • Create a Distributed Application
    • Create an Operator
    • Create an Operator via Decorator
    • Create a Condition
    • Dynamic Flow Control
    • CUDA Stream Handling
    • Logging
    • Data Logging
    • Debugging
    • Python Operator Bindings
  • Operators
    • Operators and Extensions
    • Visualization
    • Inference
    • Testing
    • Video I/O Vendor Implementation Guide
  • Components
    • Schedulers
    • Conditions
    • Resources
    • Analytics
  • AI Skills
    • Ai Skills
  • API reference
          • Hash
  • Performance
    • Performance Considerations
    • Flow Tracking
    • GXF Job Statistics
    • Nsight Profiling
  • HoloHub
    • HoloHub Overview
  • FAQ
    • FAQ
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogoDocumentation
On this page
  • Methods
  • operator()
API referenceC++ APIStdStructs

std::hash< pair< A, B > >

Beta
||View as Markdown|
Previous

nvtx3::v1::holoscan_scoped_range_in

Next

YAML::convert< holoscan::AsyncQueuePolicy >

template <class A, class B>
struct hash< pair< A, B > >

Hash specialization for std::pair.

#include <std/pose_tree.hpp>

Template parameters

A
class

First type in the pair.

B
class

Second type in the pair.


Methods

operator()

size_t std::hash<pair<A, B>>::operator()(
const pair<A, B> &p
) const

Compute hash value for a pair.

Returns: Hash value.

Parameters

p
const pair<A, B> &

The pair to hash.