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

◆ const_iterator() [1/3]

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

Definition at line 456 of file rbtree.h.

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

References FL_NOEXCEPT, mNode, and mTree.

Referenced by operator!=(), operator!=, operator++(), operator++(), operator--(), operator--(), operator==(), and operator==.

+ Here is the caller graph for this function: