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

◆ operator--() [1/2]

iterator & fl::CorkscrewState::iterator::operator-- ( )
inline

Definition at line 97 of file corkscrew.h.

97 {
98 --position_;
99 return *this;
100 }

References iterator(), and position_.

+ Here is the call graph for this function: