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

Function swap

src/fl/stl/list.h:675–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673// Swap function (non-member)
674template <typename T>
675void swap(list<T>& lhs, list<T>& rhs) {
676 lhs.swap(rhs);
677}
678
679} // namespace fl

Callers 2

listMethod · 0.70
listClass · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected