FastLED
3.9.15
Loading...
Searching...
No Matches
◆
upper_bound()
[2/2]
template<typename
Key
, typename Value, typename Less = fl::DefaultLess<Key>>
const_iterator
fl::SortedHeapMap
<
Key
, Value, Less >::upper_bound
(
const
Key
&
key
)
const
inline
Definition at line
348
of file
map.h
.
348
{
349
const_iterator
it
=
lower_bound
(
key
);
350
if
(
it
!=
end
() &&
it
->first ==
key
) {
351
++
it
;
352
}
353
return
it
;
354
}
fl::SortedHeapMap::end
iterator end()
Definition
map.h:324
fl::SortedHeapMap::lower_bound
iterator lower_bound(const Key &key)
Definition
map.h:334
fl::SortedHeapMap::const_iterator
SortedHeapVector< Pair, PairLess >::const_iterator const_iterator
Definition
map.h:256
fl::SortedHeapMap
Definition
map.h:234
fl
SortedHeapMap
Generated on Thu May 29 2025 04:44:59 for FastLED by
1.13.2