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 ( RBNode * n,
const RedBlackTree * t )
inline

Definition at line 371 of file rbtree.h.

371: mNode(n), mTree(t) {}
const RedBlackTree * mTree
Definition rbtree.h:341

References mNode, mTree, RedBlackTree, and fl::t.

+ Here is the call graph for this function: