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

Method swap

src/fl/stl/multi_set.h:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 void swap(MultiSetTree& other) {
278 mTree.swap(other.mTree);
279 fl::swap(mNextId, other.mNextId);
280 }
281
282 // Lookup
283 fl::size count(const Key& key) const {

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected