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 172 of file list.h.

172 {
173 mNode = mNode->prev;
174 return *this;
175 }
const Node * mNode
Definition list.h:146

References const_iterator(), and mNode.

+ Here is the call graph for this function: