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

◆ operator!=()

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

Definition at line 127 of file corkscrew.h.

127 {
128 return mPosition != other.mPosition;
129 }

References iterator(), and mPosition.

+ Here is the call graph for this function: