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

◆ operator==()

template<typename T>
bool fl::deque< T >::iterator::operator== ( const iterator & other) const
inline

Definition at line 136 of file deque.h.

136 {
137 return mDeque == other.mDeque && mIndex == other.mIndex;
138 }
deque * mDeque
Definition deque.h:70
fl::size mIndex
Definition deque.h:71

References iterator(), mDeque, and mIndex.

+ Here is the call graph for this function: