Monado OpenXR Runtime
Data Fields
u_hashset Struct Reference

Kind of bespoke hashset implementation, where the user is responsible for allocating and freeing the items themselves. More...

#include <util/u_hashset.h>

Collaboration diagram for u_hashset:
Collaboration graph
[legend]

Data Fields

std::unordered_map< std::string, struct u_hashset_item * > map = {}
 

Detailed Description

Kind of bespoke hashset implementation, where the user is responsible for allocating and freeing the items themselves.

This allows embedding the u_hashset_item at the end of structs.

Field Documentation

◆ map

std::unordered_map<std::string, struct u_hashset_item *> u_hashset::map = {}

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