Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
UnorderedSet.h File Reference
#include <unordered_set>

Go to the source code of this file.

Typedefs

template<class Key , class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>>
using UnorderedSet = std::unordered_set< Key, Hash, KeyEqual, STLAllocator< Key > >
 

Typedef Documentation

◆ UnorderedSet

template<class Key , class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>>
using UnorderedSet = std::unordered_set<Key, Hash, KeyEqual, STLAllocator<Key> >