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

◆ operator-()

difference_type fl::Corkscrew::iterator::operator- ( const iterator & other) const
inline

Definition at line 134 of file corkscrew.h.

134 {
135 return static_cast<difference_type>(position_) -
136 static_cast<difference_type>(other.position_);
137 }

References iterator(), and position_.

+ Here is the call graph for this function: