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

◆ operator++() [2/2]

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

Definition at line 166 of file list.h.

166 {
167 const_iterator temp = *this;
168 mNode = mNode->next;
169 return temp;
170 }
const_iterator(const Node *node)
Definition list.h:150
const Node * mNode
Definition list.h:146
A doubly-linked list container.
Definition list.h:21

References const_iterator(), and mNode.

+ Here is the call graph for this function: