FastLED
3.9.15
Loading...
Searching...
No Matches
◆
maximum()
template<typename T, typename Compare = less<T>, typename Allocator = allocator_slab<char>>
Node
*
fl::RedBlackTree
< T, Compare, Allocator >::maximum
(
Node
*
x
)
const
inline
private
Definition at line
155
of file
rbtree.h
.
155
{
156
while
(
x
->right !=
nullptr
) {
157
x
=
x
->right;
158
}
159
return
x
;
160
}
fl::RedBlackTree
Definition
rbtree.h:19
fl
RedBlackTree
Generated on Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2