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

◆ list() [3/6]

template<typename T>
fl::list< T >::list ( fl::size count,
const T & value = T() )
inlineexplicit

Definition at line 204 of file list.h.

204 {
206 for (fl::size i = 0; i < count; ++i) {
208 }
209 }
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 init_sentinel(), push_back(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: