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

◆ operator++() [1/2]

template<typename T>
iterator & fl::deque< T >::iterator::operator++ ( )
inline

Definition at line 86 of file deque.h.

86 {
87 ++mIndex;
88 return *this;
89 }
fl::size mIndex
Definition deque.h:71

References iterator(), and mIndex.

+ Here is the call graph for this function: