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

◆ operator+()

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

Definition at line 216 of file deque.h.

216 {
217 const_iterator temp = *this;
218 return temp += n;
219 }
const_iterator(const deque *dq, fl::size index)
Definition deque.h:176

References const_iterator().

+ Here is the call graph for this function: