FastLED
3.9.15
Loading...
Searching...
No Matches
◆
begin()
[2/2]
template<typename T, typename Compare = less<T>, typename Allocator = allocator_slab<char>>
const_iterator
fl::RedBlackTree
< T, Compare, Allocator >::begin
(
)
const
inline
Definition at line
760
of file
rbtree.h
.
760
{
761
if
(
mRoot
==
nullptr
)
return
const_iterator
(
nullptr
,
this
);
762
return
const_iterator
(
minimum
(
mRoot
),
this
);
763
}
fl::RedBlackTree::const_iterator
Definition
rbtree.h:419
fl::RedBlackTree::minimum
RBNode * minimum(RBNode *x) const
Definition
rbtree.h:155
fl::RedBlackTree::mRoot
RBNode * mRoot
Definition
rbtree.h:61
fl
RedBlackTree
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2