FastLED 3.9.15
Loading...
Searching...
No Matches

◆ swap() [2/3]

template<typename T>
void fl::vector< T >::swap ( vector< T > && other)
inline

Definition at line 782 of file vector.h.

782{ swap_impl(other); }
void swap_impl(vector_basic &other) FL_NOEXCEPT
Swap contents with another vector_basic.