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

◆ unordered_map() [4/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 initial_capacity,
float max_load )
inline

Definition at line 71 of file unordered_map.h.

76 }
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)