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

◆ const_iterator() [1/2]

template<typename T>
fl::list< T >::const_iterator::const_iterator ( const Node * node)
inline

Definition at line 150 of file list.h.

150: mNode(node) {}
const Node * mNode
Definition list.h:146
A doubly-linked list container.
Definition list.h:21

References mNode.

Referenced by operator!=(), operator++(), operator++(), operator--(), operator--(), and operator==().

+ Here is the caller graph for this function: