17 static const Key &
sGetKey(
const Key &inKey)
27template <
class Key,
class Hash = JPH::Hash<Key>,
class KeyEqual = std::equal_to<Key>>
#define JPH_NAMESPACE_END
Definition Core.h:379
#define JPH_NAMESPACE_BEGIN
Definition Core.h:373
Definition HashTable.h:16
Internal helper class to provide context for UnorderedSet.
Definition UnorderedSet.h:14
static const Key & sGetKey(const Key &inKey)
The key is the key, just return it.
Definition UnorderedSet.h:17
Definition UnorderedSet.h:29