FastLED
3.9.15
Loading...
Searching...
No Matches
◆
upper_bound()
[2/2]
template<typename
Key
, typename Value, typename Less = fl::less<Key>>
const_iterator
fl::SortedHeapMap
<
Key
, Value, Less >::upper_bound
(
const
Key
&
key
)
const
inline
Definition at line
460
of file
map.h
.
460
{
461
const_iterator
it
=
lower_bound
(
key
);
462
if
(
it
!=
end
() &&
it
->first ==
key
) {
463
++
it
;
464
}
465
return
it
;
466
}
fl::SortedHeapMap::end
iterator end()
Definition
map.h:316
fl::SortedHeapMap::lower_bound
iterator lower_bound(const Key &key)
Definition
map.h:444
fl::SortedHeapMap::const_iterator
SortedHeapVector< value_type, PairLess >::const_iterator const_iterator
Definition
map.h:307
fl::SortedHeapMap
Definition
map.h:270
fl
SortedHeapMap
Generated on Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2