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

◆ unordered_map() [9/9]

template<typename Key, typename T, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
fl::unordered_map< Key, T, Hash, KeyEqual, INLINED_COUNT >::unordered_map ( fl::size n,
const Hash & hf,
const KeyEqual & eq )
inline

Definition at line 116 of file unordered_map.h.

119 _hash(hf), _equal(eq) {
120 setLoadFactor(0.7f);
121 }
fl::bitset< 1024 > _occupied
fl::vector_inlined< Entry, INLINED_COUNT > _buckets
static fl::size next_power_of_two(fl::size n)
fl::bitset< 1024 > _deleted
void setLoadFactor(float f)