nCine/Base/StaticHashMap.h file

Namespaces

namespace nCine
Root namespace of nCine game engine.

Classes

template<class K, class T, unsigned int Capacity, class HashFunc = FNV1aHashFunc<K>>
class nCine::StaticHashMap
Static hashmap implementation with open addressing and leapfrog probing (version with static allocation)