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

◆ mark_empty()

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 >::mark_empty ( fl::size idx)
inlineprivate

Definition at line 827 of file unordered_map.h.

827 {
828 _occupied.reset(idx);
829 _deleted.reset(idx);
830 }
fl::bitset< 1024 > _occupied
fl::bitset< 1024 > _deleted