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 160 of file hash_map.h.

160 {
161 if (!_map)
162 return;
163 size_t cap = _map->_buckets.size();
165 ++_idx;
166 }
bool is_occupied(size_t idx) const
Definition hash_map.h:294

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: