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 195 of file hash_map.h.

195 {
197 }
size_t _size
Definition hash_map.h:577
size_t _tombstones
Definition hash_map.h:578
static bool NeedsRehash(size_t size, size_t bucket_size, size_t tombstones, uint8_t load_factor)
Definition hash_map.h:185
uint8_t mLoadFactor
Definition hash_map.h:579
fl::vector_inlined< Entry, INLINED_COUNT > _buckets
Definition hash_map.h:576

Referenced by fl::HashMap< Key, T, Hash, KeyEqual >::insert().

+ Here is the caller graph for this function: