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

465 {
466 const_iterator temp = *this;
467 ++(*this);
468 return temp;
469 }

References const_iterator().

+ Here is the call graph for this function: