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

◆ operator++() [1/2]

template<typename T>
iterator & fl::list< T >::iterator::operator++ ( )
inline

Definition at line 106 of file list.h.

106 {
107 mNode = mNode->next;
108 return *this;
109 }
Node * mNode
Definition list.h:92

References iterator(), and mNode.

+ Here is the call graph for this function: