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

◆ operator-() [2/2]

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

Definition at line 226 of file deque.h.

226 {
227 const_iterator temp = *this;
228 return temp -= n;
229 }
const_iterator(const deque *dq, fl::size index)
Definition deque.h:176

References const_iterator().

+ Here is the call graph for this function: