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

◆ list() [4/6]

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

Definition at line 211 of file list.h.

211 {
213 for (const auto& value : other) {
215 }
216 }
void init_sentinel()
Definition list.h:36
void push_back(const T &value)
Definition list.h:371
A doubly-linked list container.
Definition list.h:21

References list(), FL_NOEXCEPT, init_sentinel(), push_back(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: