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 458 of file rbtree.h.

458 {
459 if (node_) {
461 }
462 return *this;
463 }
const Node * successor(const Node *x) const
Definition rbtree.h:418

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

+ Here is the call graph for this function: