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

476 {
477 const_iterator temp = *this;
478 ++(*this);
479 return temp;
480 }

References const_iterator().

+ Here is the call graph for this function: