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

387 {
388 if (node_) {
390 } else if (mTree && mTree->root_) {
391 node_ = mTree->maximum(mTree->root_);
392 }
393 return *this;
394 }
Node * predecessor(Node *x) const
Definition rbtree.h:348
const RedBlackTree * mTree
Definition rbtree.h:333

References iterator(), mTree, node_, and predecessor().

+ Here is the call graph for this function: