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 {
231 }
fl::size _size
Definition hash_map.h:702
fl::size _tombstones
Definition hash_map.h:703
static bool NeedsRehash(fl::size size, fl::size bucket_size, fl::size tombstones, u8 load_factor)
Definition hash_map.h:219
FL_DISABLE_WARNING_POP fl::vector_inlined< Entry, INLINED_COUNT > _buckets
Definition hash_map.h:701