#include <nCine/Base/StaticHashMapIterator.h>
template<class K, class T, class HashFunc, std:: uint32_t Capacity, bool IsConst>
StaticHashMapHelperTraits struct
Primary template for the StaticHashMapIterator type traits helper.
Specialized on the IsConst flag to expose the hashmap pointer and node reference types with the appropriate constness.