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

Function swap

src/fl/stl/pair.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87// Non-member swap function
88template <typename T1, typename T2>
89void swap(pair<T1, T2> &lhs, pair<T1, T2> &rhs) FL_NOEXCEPT {
90 lhs.swap(rhs);
91}
92
93// make_pair function
94template <typename T1, typename T2>

Callers 15

swapMethod · 0.70
reverseFunction · 0.70
partitionFunction · 0.70
sift_downFunction · 0.70
heap_sortFunction · 0.70
rotate_implFunction · 0.70
shuffleFunction · 0.70
swapMethod · 0.70
swapMethod · 0.70
swapWithMethod · 0.70
swapMethod · 0.70
drawLineCoreFunction · 0.50

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected