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::unordered_map< Key, T, Hash, KeyEqual, INLINED_COUNT >::iterator::iterator ( )
inline

Definition at line 195 of file unordered_map.h.

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

References _idx, _map, and FL_NOEXCEPT.

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

+ Here is the caller graph for this function: