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

◆ operator--() [2/2]

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

Definition at line 120 of file corkscrew.h.

120 {
121 iterator temp = *this;
122 --position_;
123 return temp;
124 }
iterator(const Corkscrew *corkscrew, fl::size position)
Definition corkscrew.h:99

References iterator(), and position_.

+ Here is the call graph for this function: