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

◆ operator+=()

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

Definition at line 211 of file deque.h.

211 {
212 mIndex += n;
213 return *this;
214 }

References const_iterator(), and mIndex.

+ Here is the call graph for this function: