NVIDIA Holoscan SDK v3.5.0

Template Struct hash< pair< A, B > >

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

Hash specialization for std::pair.

Template Parameters
  • A – First type in the pair.

  • B – Second type in the pair.

Public Functions

inline size_t operator()(const pair<A, B> &p) const

Compute hash value for a pair.

Parameters

p – The pair to hash.

Returns

Hash value.

Previous Template Struct YAMLNodeParser< uint8_t >
Next Template Struct convert< holoscan::AsyncQueuePolicy >
© Copyright 2022-2025, NVIDIA. Last updated on Sep 4, 2025