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

◆ circular_buffer() [6/6]

template<typename T, fl::size N = 0>
fl::circular_buffer< T, N >::circular_buffer ( circular_buffer< T, N > && other)
inline

Definition at line 201 of file circular_buffer.h.

203 mCore(mStorage.data(), mStorage.size()) {
204 mCore.setHead(other.mCore.head());
205 mCore.setTail(other.mCore.tail());
206 mCore.setFull(other.mCore.isFull());
207 other.mCore.assign(nullptr, 0);
208 }
circular_buffer_core< T > mCore
vector_inlined< T,(N > 0 ? N :1)> mStorage

References circular_buffer(), FL_NOEXCEPT, mCore, fl::fl::move(), and mStorage.

+ Here is the call graph for this function: