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

◆ operator-()

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

Definition at line 131 of file corkscrew.h.

131 {
132 return static_cast<difference_type>(mPosition) -
133 static_cast<difference_type>(other.mPosition);
134 }

References iterator(), and mPosition.

+ Here is the call graph for this function: