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

◆ operator--() [1/2]

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

Definition at line 117 of file list.h.

117 {
118 mNode = mNode->prev;
119 return *this;
120 }
Node * mNode
Definition list.h:92

References iterator(), and mNode.

+ Here is the call graph for this function: