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

◆ advance_to_occupied()

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

Definition at line 133 of file hash_map.h.

133 {
134 if (!_map)
135 return;
136 fl::size cap = _map->_buckets.size();
138 ++_idx;
139 }
bool is_occupied(fl::size idx) const
Definition hash_map.h:413

References _idx, _map, and fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::is_occupied().

Referenced by iterator(), and operator++().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: