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

◆ const_iterator() [1/3]

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

Definition at line 445 of file rbtree.h.

445: node_(nullptr), mTree(nullptr) {}
const RedBlackTree * mTree
Definition rbtree.h:416

References mTree, and node_.

Referenced by operator!=(), operator++(), operator++(), operator--(), operator--(), and operator==().

+ Here is the caller graph for this function: