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

◆ iterator() [2/2]

template<typename T, typename Compare = less<T>, typename Allocator = allocator_slab<char>>
fl::RedBlackTree< T, Compare, Allocator >::iterator::iterator ( Node * n,
const RedBlackTree * t )
inline

Definition at line 363 of file rbtree.h.

363: node_(n), mTree(t) {}
const RedBlackTree * mTree
Definition rbtree.h:333

References mTree, node_, RedBlackTree, and t.

+ Here is the call graph for this function: