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

◆ operator++()

template<typename T, typename Allocator = fl::allocator<T>>
reverse_iterator & fl::HeapVector< T, Allocator >::reverse_iterator::operator++ ( )
inline

Definition at line 320 of file vector.h.

320 {
321 --it;
322 return *this;
323 }

References reverse_iterator(), and it.

+ Here is the call graph for this function: