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
(
fl::size
idx
)
inline
private
Definition at line
421
of file
hash_map.h
.
421
{
422
_occupied
.set(
idx
);
423
_deleted
.reset(
idx
);
424
}
fl::HashMap::_deleted
fl::bitset< 1024 > _deleted
Definition
hash_map.h:706
fl::HashMap::_occupied
fl::bitset< 1024 > _occupied
Definition
hash_map.h:705
fl::HashMap
Definition
hash_map.h:60
fl
HashMap
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2