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

◆ operator-() [1/2]

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

Definition at line 231 of file deque.h.

231 {
232 return mIndex - other.mIndex;
233 }

References const_iterator(), and mIndex.

+ Here is the call graph for this function: