Jolt Physics
A multi core friendly Game Physics Engine
|
#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 > > |
using UnorderedSet = std::unordered_set<Key, Hash, KeyEqual, STLAllocator<Key> > |