AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
HashTable.h File Reference

Go to the source code of this file.

Namespaces

namespace  agx
 The agx namespace contains the dynamics/math part of the AGX Dynamics API.
 

Typedefs

template<typename KeyT , typename DataT , typename HashT = HashFn<KeyT>, typename AllocatorT = ByteAllocator>
using agx::HashTable = LinearProbingHashTable< KeyT, DataT, HashT, AllocatorT >