FastLED
3.9.15
Loading...
Searching...
No Matches
◆
needs_rehash()
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 >::needs_rehash
(
)
const
inline
Definition at line
229
of file
hash_map.h
.
229
{
230
return
NeedsRehash
(
_size
,
_buckets
.size(),
_tombstones
,
mLoadFactor
);
231
}
fl::HashMap::_size
fl::size _size
Definition
hash_map.h:702
fl::HashMap::_tombstones
fl::size _tombstones
Definition
hash_map.h:703
fl::HashMap::NeedsRehash
static bool NeedsRehash(fl::size size, fl::size bucket_size, fl::size tombstones, u8 load_factor)
Definition
hash_map.h:219
fl::HashMap::_buckets
FL_DISABLE_WARNING_POP fl::vector_inlined< Entry, INLINED_COUNT > _buckets
Definition
hash_map.h:701
fl::HashMap::mLoadFactor
u8 mLoadFactor
Definition
hash_map.h:704
fl
HashMap
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2