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

◆ FixedVector() [3/5]

template<typename T, size_t N>
fl::FixedVector< T, N >::FixedVector ( FixedVector< T, N > && other)
inline

Definition at line 88 of file vector.h.

88 {
89 fl::swap(*this, other);
90 other.clear();
91 }
void clear()
Definition vector.h:180
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:140