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

◆ operator++() [1/2]

template<typename T, typename Compare = less<T>, typename Allocator = allocator_slab<char>>
reverse_iterator & fl::RedBlackTree< T, Compare, Allocator >::reverse_iterator::operator++ ( )
inline

Definition at line 576 of file rbtree.h.

576 {
577 if (mNode) {
579 }
580 return *this;
581 }
RBNode * predecessor(RBNode *x) const
Definition rbtree.h:546

References reverse_iterator(), mNode, and predecessor().

+ Here is the call graph for this function: