FastLED
3.9.15
Loading...
Searching...
No Matches
◆
clear()
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 >::clear
(
)
inline
Definition at line
241
of file
hash_map.h
.
241
{
242
_buckets
.assign(
_buckets
.size(),
Entry
{});
243
_occupied
.reset();
244
_deleted
.reset();
245
_size
=
_tombstones
= 0;
246
}
fl::HashMap::_size
size_t _size
Definition
hash_map.h:577
fl::HashMap::_tombstones
size_t _tombstones
Definition
hash_map.h:578
fl::HashMap::_deleted
fl::bitset< 1024 > _deleted
Definition
hash_map.h:581
fl::HashMap::_occupied
fl::bitset< 1024 > _occupied
Definition
hash_map.h:580
fl::HashMap::_buckets
fl::vector_inlined< Entry, INLINED_COUNT > _buckets
Definition
hash_map.h:576
fl::HashMap::Entry
Definition
hash_map.h:317
fl
HashMap
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2