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 823 of file vector.h.

823 {
824 // swap(*this, other);
825 fl::swap(*this, other);
826 other.clear();
827 }
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: