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

◆ Node()

template<typename T>
template<typename... Args>
fl::list< T >::Node::Node ( Args &&... args)
inline

Definition at line 29 of file list.h.

29: data(fl::forward<Args>(args)...), next(nullptr), prev(nullptr) {}
A doubly-linked list container.
Definition list.h:21
Node * next
Definition list.h:25
Node * prev
Definition list.h:26

References args, data, fl::forward(), next, and prev.

+ Here is the call graph for this function: