29 #ifndef NVBLASTHASHMAP_H 30 #define NVBLASTHASHMAP_H 34 #include "PsHashMap.h" 45 template <
class Key,
class Value,
class HashFn = physx::shdfnd::Hash<Key>>
48 typedef physx::shdfnd::HashMap<Key, Value, HashFn, Allocator>
type;
55 #endif // #ifndef NVBLASTHASHMAP_H Definition: NvBlastHashMap.h:46
physx::shdfnd::HashMap< Key, Value, HashFn, Allocator > type
Definition: NvBlastHashMap.h:48
Definition: NvBlastArray.h:37