Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FixedVector
Function · 0.70
vector.h
File · 0.70
insert
Function · 0.70
Calls
2
swap_impl
Class · 0.85
swap
Method · 0.45
Tested by
no test coverage detected