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

◆ mark_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 >::mark_occupied ( size_t idx)
inlineprivate

Definition at line 302 of file hash_map.h.

302 {
303 _occupied.set(idx);
304 _deleted.reset(idx);
305 }
fl::bitset< 1024 > _deleted
Definition hash_map.h:581
fl::bitset< 1024 > _occupied
Definition hash_map.h:580

Referenced by fl::HashMap< Key, T, Hash, KeyEqual >::insert(), fl::HashMap< Key, T, Hash, KeyEqual >::operator[](), and fl::HashMap< Key, T, Hash, KeyEqual >::rehash_inline_no_resize().

+ Here is the caller graph for this function: