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

◆ operator--() [1/2]

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

Definition at line 91 of file deque.h.

91 {
92 --mIndex;
93 return *this;
94 }
fl::size mIndex
Definition deque.h:67

References iterator(), and mIndex.

+ Here is the call graph for this function: