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 127 of file deque.h.

127 {
128 ++mIndex;
129 return *this;
130 }

References const_iterator(), and mIndex.

+ Here is the call graph for this function: