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::unordered_map
<
Key
, T,
Hash
, KeyEqual, INLINED_COUNT >::needs_rehash
(
)
const
inline
Definition at line
318
of file
unordered_map.h
.
318
{
319
return
NeedsRehash
(
_size
,
_buckets
.size(),
_tombstones
,
mLoadFactor
);
320
}
fl::unordered_map::mLoadFactor
u8 mLoadFactor
Definition
unordered_map.h:1120
fl::unordered_map::_buckets
fl::vector_inlined< Entry, INLINED_COUNT > _buckets
Definition
unordered_map.h:1117
fl::unordered_map::_size
fl::size _size
Definition
unordered_map.h:1118
fl::unordered_map::NeedsRehash
static bool NeedsRehash(fl::size size, fl::size bucket_size, fl::size tombstones, u8 load_factor)
Definition
unordered_map.h:308
fl::unordered_map::_tombstones
fl::size _tombstones
Definition
unordered_map.h:1119
fl
unordered_map
Generated on Tue Jun 16 2026 00:07:07 for FastLED by
1.13.2