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

Method MultiMapTree

src/fl/stl/multi_map.h:272–273  ·  view source on GitHub ↗

Constructors and destructor

Source from the content-addressed store, hash-verified

270
271 // Constructors and destructor
272 MultiMapTree(const Compare& comp = Compare(), const Allocator& alloc = Allocator())
273 : mTree(PairCompareWithId(comp), alloc) {}
274
275 MultiMapTree(const MultiMapTree& other) FL_NOEXCEPT = default;
276 MultiMapTree& operator=(const MultiMapTree& other) FL_NOEXCEPT = default;

Callers

nothing calls this directly

Calls 2

PairCompareWithIdClass · 0.85
insertFunction · 0.70

Tested by

no test coverage detected