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

◆ InlinedVector() [3/4]

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

Definition at line 777 of file vector.h.

777 {
778 // swap(*this, other);
779 fl::swap(*this, other);
780 other.clear();
781 }
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:140

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

+ Here is the call graph for this function: