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

◆ operator--() [1/2]

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

Definition at line 138 of file deque.h.

138 {
139 --mIndex;
140 return *this;
141 }

References const_iterator(), and mIndex.

+ Here is the call graph for this function: