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

Method swap

src/fl/stl/set.h:454–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452 }
453
454 void swap(set& other) {
455 mTree.swap(other.mTree);
456 }
457
458 // Lookup
459 size_type count(const Key& key) const {

Callers 6

onQueuingStartMethod · 0.45
drawMethod · 0.45
swapFunction · 0.45
rehash_internalFunction · 0.45
applyMethod · 0.45
swapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected