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

◆ list() [6/6]

template<typename T>
fl::list< T >::list ( fl::initializer_list< T > init)
inline

Definition at line 223 of file list.h.

223 {
225 for (const auto& value : init) {
227 }
228 }
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 fl::init(), init_sentinel(), push_back(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: