What can I help you with?
NVIDIA Holoscan SDK v3.4.0

Struct HashMap::Entry

This struct is a nested type of Template Class HashMap.

struct Entry

Internal structure representing an entry in the hash map.

Public Members

hash_t hash

Hash value of the key.

Key key

The key.

bool is_occupied

Whether this entry is occupied.

Value value

The value associated with the key.

Previous Template Struct Pose3
Next Struct PoseTree::FrameInfo
© Copyright 2022-2025, NVIDIA. Last updated on Jul 1, 2025.