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

◆ is_deleted()

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_deleted ( size_t idx) const
inlineprivate

Definition at line 296 of file hash_map.h.

296{ return _deleted.test(idx); }
fl::bitset< 1024 > _deleted
Definition hash_map.h:581

Referenced by fl::HashMap< Key, T, Hash, KeyEqual >::find_slot(), fl::HashMap< Key, T, Hash, KeyEqual >::is_empty(), and fl::HashMap< Key, T, Hash, KeyEqual >::rehash_inline_no_resize().

+ Here is the caller graph for this function: