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 458 of file rbtree.h.

458: mNode(it.mNode), mTree(it.mTree) {}
const RedBlackTree * mTree
Definition rbtree.h:424

References iterator, mNode, and mTree.

+ Here is the call graph for this function: