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

◆ operator++() [1/2]

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

Definition at line 382 of file rbtree.h.

382 {
383 if (mNode) {
385 }
386 return *this;
387 }
RBNode * successor(RBNode *x) const
Definition rbtree.h:343

References iterator(), mNode, and successor().

+ Here is the call graph for this function: