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

◆ is_occupied()

template<typename Key, typename T, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
bool fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::is_occupied ( fl::size idx) const
inlineprivate

Definition at line 413 of file hash_map.h.

413{ return _occupied.test(idx); }
fl::bitset< 1024 > _occupied
Definition hash_map.h:705

Referenced by fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::const_iterator::advance_to_occupied(), and fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::iterator::advance_to_occupied().

+ Here is the caller graph for this function: