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

Method swap

src/fl/stl/multi_map.h:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385 }
386
387 void swap(MultiMapTree& other) {
388 mTree.swap(other.mTree);
389 fl::swap(mNextId, other.mNextId);
390 }
391
392 // Lookup
393 fl::size count(const Key& key) const {

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected