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 >::const_iterator::advance_to_occupied ( )
inline

Definition at line 194 of file hash_map.h.

194 {
195 if (!_map)
196 return;
197 fl::size cap = _map->_buckets.size();
199 ++_idx;
200 }
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 const_iterator(), and operator++().

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