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

◆ operator++() [2/2]

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

Definition at line 109 of file corkscrew.h.

109 {
110 iterator temp = *this;
111 ++position_;
112 return temp;
113 }
iterator(const Corkscrew *corkscrew, fl::size position)
Definition corkscrew.h:99

References iterator(), and position_.

+ Here is the call graph for this function: