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

◆ operator--() [2/2]

iterator fl::Corkscrew::iterator::operator-- ( int )
inline

Definition at line 117 of file corkscrew.h.

117 {
118 iterator temp = *this;
119 --mPosition;
120 return temp;
121 }
iterator(const Corkscrew *corkscrew, fl::size position)
Definition corkscrew.h:96

References iterator(), and mPosition.

+ Here is the call graph for this function: