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

◆ operator--() [2/2]

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

Definition at line 396 of file rbtree.h.

396 {
397 iterator temp = *this;
398 --(*this);
399 return temp;
400 }

References iterator().

+ Here is the call graph for this function: