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

◆ operator+=()

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

Definition at line 108 of file deque.h.

108 {
109 mIndex += n;
110 return *this;
111 }
fl::size mIndex
Definition deque.h:71

References iterator(), and mIndex.

+ Here is the call graph for this function: