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

◆ operator==()

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

Definition at line 102 of file deque.h.

102 {
103 return mDeque == other.mDeque && mIndex == other.mIndex;
104 }
fl::size mIndex
Definition deque.h:67
deque * mDeque
Definition deque.h:66

References iterator(), mDeque, and mIndex.

+ Here is the call graph for this function: