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

374 {
375 if (node_) {
377 }
378 return *this;
379 }
Node * successor(Node *x) const
Definition rbtree.h:335

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

+ Here is the call graph for this function: