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

Definition at line 228 of file unordered_map.h.

228 {
229 if (!_map)
230 return;
231 fl::size cap = _map->_buckets.size();
233 ++_idx;
234 }
bool is_occupied(fl::size idx) const

References _idx, _map, and fl::unordered_map< 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: