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

◆ operator>=()

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

Definition at line 259 of file deque.h.

259 {
260 return mIndex >= other.mIndex;
261 }

References const_iterator(), and mIndex.

+ Here is the call graph for this function: