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 360 of file vector.h.

360 {
361 --it;
362 return *this;
363 }

References reverse_iterator(), and it.

+ Here is the call graph for this function: