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

◆ operator==()

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

Definition at line 149 of file deque.h.

149 {
150 return mDeque == other.mDeque && mIndex == other.mIndex;
151 }
const deque * mDeque
Definition deque.h:113

References const_iterator(), mDeque, and mIndex.

+ Here is the call graph for this function: