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

Go to the source code of this file.

Typedefs

template<class Key , class T , class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>>
using UnorderedMap = std::unordered_map< Key, T, Hash, KeyEqual, STLAllocator< pair< const Key, T > > >
 

Typedef Documentation

◆ UnorderedMap

template<class Key , class T , class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>>
using UnorderedMap = std::unordered_map<Key, T, Hash, KeyEqual, STLAllocator<pair<const Key, T> >>