FastLED
3.9.15
Loading...
Searching...
No Matches
◆
upper_bound()
[2/2]
template<typename
Key
, typename Compare = less<Key>, typename Allocator = allocator<Key>>
const_iterator
fl::MultiSetTree
<
Key
, Compare, Allocator >::upper_bound
(
const
Key
&
key
)
const
inline
Definition at line
342
of file
multi_set.h
.
342
{
343
ValueWithId
search_key
(
key
,
mNextId
);
344
return
const_iterator
(
mTree
.upper_bound(
search_key
));
345
}
fl::MultiSetTree::mTree
TreeType mTree
Definition
multi_set.h:72
fl::MultiSetTree::const_iterator
ConstIteratorWrapper const_iterator
Definition
multi_set.h:162
fl::MultiSetTree::mNextId
fl::size mNextId
Definition
multi_set.h:73
fl::MultiSetTree
Definition
multi_set.h:20
fl::MultiSetTree::ValueWithId
Definition
multi_set.h:40
fl
MultiSetTree
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2