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

◆ operator-() [1/2]

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

Definition at line 128 of file deque.h.

128 {
129 return mIndex - other.mIndex;
130 }
fl::size mIndex
Definition deque.h:71

References iterator(), and mIndex.

+ Here is the call graph for this function: