nCine/Base/StaticHashMapIterator.h file

Namespaces

namespace nCine
Root namespace of nCine game engine.

Classes

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