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

◆ operator--() [2/2]

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

Definition at line 481 of file rbtree.h.

481 {
482 const_iterator temp = *this;
483 --(*this);
484 return temp;
485 }

References const_iterator().

+ Here is the call graph for this function: