FastLED 3.9.15
Loading...
Searching...
No Matches

◆ iterator() [1/2]

template<typename Key, typename T, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::iterator::iterator ( )
inline

Definition at line 73 of file hash_map.h.

73: _map(nullptr), _idx(0) {}

References _idx, and _map.

Referenced by operator!=(), operator++(), operator++(), and operator==().

+ Here is the caller graph for this function: