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

◆ FixedVector() [3/7]

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

Definition at line 105 of file vector.h.

105 : current_size(0) {
106 fl::swap(*this, other);
107 other.clear();
108 }
void clear() FL_NOEXCEPT
Definition vector.h:248
fl::size current_size
Definition vector.h:439
void swap(T &a, T &b) FL_NOEXCEPT
Definition s16x16x4.h:877