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

80 {
81 ++mIndex;
82 return *this;
83 }
fl::size mIndex
Definition deque.h:67

References iterator(), and mIndex.

+ Here is the call graph for this function: