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

◆ operator!=()

bool fl::Corkscrew::iterator::operator!= ( const iterator & other) const
inline

Definition at line 130 of file corkscrew.h.

130 {
131 return position_ != other.position_;
132 }

References iterator(), and position_.

+ Here is the call graph for this function: