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

105 {
106 if (!_map)
107 return;
108 size_t cap = _map->_buckets.size();
110 ++_idx;
111 }
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 iterator(), and operator++().

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