Monado OpenXR Runtime
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:

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.


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