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

◆ InlinedVector() [3/5]

template<typename T, fl::size INLINED_SIZE>
fl::InlinedVector< T, INLINED_SIZE >::InlinedVector ( InlinedVector< T, INLINED_SIZE > && other)
inline

Definition at line 904 of file vector.h.

904 {
905 // swap(*this, other);
906 fl::swap(*this, other);
907 other.clear();
908 }
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:156

References InlinedVector(), and fl::swap().

+ Here is the call graph for this function: