Monado OpenXR Runtime
|
Kind of bespoke hashset implementation, where the user is responsible for allocating and freeing the items themselves. More...
#include <util/u_hashset.h>
Data Fields | |
std::unordered_map< std::string, struct u_hashset_item * > | map = {} |
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.