nCine 2025.07.r505-e30d439
A cross-platform 2D game engine
Loading...
Searching...
No Matches
Public Types | List of all members
nctl::HashSetListHelperTraits< K, HashFunc > Struct Template Reference

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 &
 

Detailed Description

template<class K, class HashFunc>
struct nctl::HashSetListHelperTraits< K, HashFunc >

Base helper structure for type traits used in the hashset iterator.


The documentation for this struct was generated from the following files: