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

◆ operator++() [2/2]

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

Definition at line 106 of file corkscrew.h.

106 {
107 iterator temp = *this;
108 ++mPosition;
109 return temp;
110 }
iterator(const Corkscrew *corkscrew, fl::size position)
Definition corkscrew.h:96

References iterator(), and mPosition.

+ Here is the call graph for this function: