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

◆ iterator() [1/2]

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

Definition at line 370 of file rbtree.h.

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

References FL_NOEXCEPT, mNode, and mTree.

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

+ Here is the caller graph for this function: