Monado OpenXR Runtime
Data Fields
u_hashmap_int Struct Reference

A simple uint64_t key to a void pointer hashmap. More...

#include <util/u_hashmap.h>

Collaboration diagram for u_hashmap_int:
Collaboration graph
[legend]

Data Fields

std::unordered_map< uint64_t, void * > map = {}
 

Detailed Description

A simple uint64_t key to a void pointer hashmap.

Field Documentation

◆ map

std::unordered_map<uint64_t, void *> u_hashmap_int::map = {}

The documentation for this struct was generated from the following file: