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

◆ const_iterator() [3/3]

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

Definition at line 447 of file rbtree.h.

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

References iterator, mTree, and node_.

+ Here is the call graph for this function: