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

◆ list() [5/6]

template<typename T>
fl::list< T >::list ( list< T > && other)
inline

Definition at line 218 of file list.h.

218 {
220 swap(other);
221 }
void swap(list &other)
Definition list.h:428
void init_sentinel()
Definition list.h:36
A doubly-linked list container.
Definition list.h:21

References list(), FL_NOEXCEPT, init_sentinel(), and swap().

+ Here is the call graph for this function: