StaticHashMapIterator.h file
Namespaces
- namespace nCine
- Root namespace of nCine game engine.
Classes
-
template<class K, class T, class HashFunc, std::struct nCine::StaticHashMapHelperTraits
uint32_t Capacity, bool IsConst> - Primary template for the StaticHashMapIterator type traits helper.
-
template<class K, class T, class HashFunc, std::struct nCine::StaticHashMapHelperTraits<K, T, HashFunc, Capacity, false>
uint32_t Capacity> - Type traits used by the non-constant StaticHashMapIterator.
-
template<class K, class T, class HashFunc, std::struct nCine::StaticHashMapHelperTraits<K, T, HashFunc, Capacity, true>
uint32_t Capacity> - Type traits used by the constant StaticHashMapIterator.
-
template<class K, class T, class HashFunc, std::class nCine::StaticHashMapIterator
uint32_t Capacity, bool IsConst> - Bidirectional iterator over the elements of a StaticHashMap.