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

◆ iterator() [1/2]

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

Definition at line 362 of file rbtree.h.

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

References mTree, and node_.

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

+ Here is the caller graph for this function: