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

Method MultiSetTree

src/fl/stl/multi_set.h:167–168  ·  view source on GitHub ↗

Constructors and destructor

Source from the content-addressed store, hash-verified

165
166 // Constructors and destructor
167 MultiSetTree(const Compare& comp = Compare(), const Allocator& alloc = Allocator())
168 : mTree(KeyCompareWithId(comp), alloc) {}
169
170 MultiSetTree(const MultiSetTree& other) FL_NOEXCEPT = default;
171 MultiSetTree& operator=(const MultiSetTree& other) FL_NOEXCEPT = default;

Callers

nothing calls this directly

Calls 2

KeyCompareWithIdClass · 0.85
insertFunction · 0.70

Tested by

no test coverage detected