MCPcopy Create free account
hub / github.com/FastLED/FastLED / unordered_map

Function unordered_map

src/fl/stl/unordered_map.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 public:
60 unordered_map() FL_NOEXCEPT : unordered_map(FASTLED_HASHMAP_INLINED_COUNT, 0.7f) {}
61 unordered_map(fl::size initial_capacity) : unordered_map(initial_capacity, 0.7f) {}
62
63 explicit unordered_map(memory_resource* resource)
64 : _buckets(resource), _size(0),

Callers 1

unordered_map.hFile · 0.70

Calls 5

next_power_of_twoFunction · 0.85
setLoadFactorFunction · 0.85
insertFunction · 0.70
resizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected