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

◆ operator++() [1/2]

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

Definition at line 469 of file rbtree.h.

469 {
470 if (mNode) {
472 }
473 return *this;
474 }
const RBNode * successor(const RBNode *x) const
Definition rbtree.h:426

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

+ Here is the call graph for this function: