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

Function swap

src/fl/stl/vector.h:781–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779 // ======= SWAP =======
780
781 void swap(vector &other) FL_NOEXCEPT { swap_impl(other); }
782 void swap(vector &&other) FL_NOEXCEPT { swap_impl(other); }
783
784 void swap(iterator a, iterator b) FL_NOEXCEPT {

Callers 3

FixedVectorFunction · 0.70
vector.hFile · 0.70
insertFunction · 0.70

Calls 2

swap_implClass · 0.85
swapMethod · 0.45

Tested by

no test coverage detected