![]() |
nCine 2025.07.r505-e30d439
A cross-platform 2D game engine
|
Base helper structure for type traits used in the hashset iterator. More...
#include <HashSetListIterator.h>
Public Types | |
using | NodeType = typename HashSetList< K, HashFunc >::Node |
using | HashSetListPtr = const HashSetList< K, HashFunc > * |
using | BucketPtr = const typename HashSetList< K, HashFunc >::HashBucket * |
using | ListIteratorType = typename List< NodeType >::ConstIterator |
using | NodeReference = const NodeType & |
Base helper structure for type traits used in the hashset iterator.