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

◆ const_iterator() [2/3]

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

Definition at line 446 of file rbtree.h.

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

References mTree, node_, RedBlackTree, and t.

+ Here is the call graph for this function: