FastLED 3.9.15
Loading...
Searching...
No Matches

◆ HashMap() [3/3]

template<typename Key, typename T, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::HashMap ( fl::size initial_capacity,
float max_load )
inline

Definition at line 65 of file hash_map.h.

70 }
fl::size _size
Definition hash_map.h:702
static fl::size next_power_of_two(fl::size n)
Definition hash_map.h:445
fl::bitset< 1024 > _deleted
Definition hash_map.h:706
fl::bitset< 1024 > _occupied
Definition hash_map.h:705
fl::size _tombstones
Definition hash_map.h:703
void setLoadFactor(float f)
Definition hash_map.h:72
FL_DISABLE_WARNING_POP fl::vector_inlined< Entry, INLINED_COUNT > _buckets
Definition hash_map.h:701