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

◆ operator++() [1/2]

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

Definition at line 161 of file list.h.

161 {
162 mNode = mNode->next;
163 return *this;
164 }
const Node * mNode
Definition list.h:146

References const_iterator(), and mNode.

+ Here is the call graph for this function: