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
381
of file
map.h
.
381
{
382
const_iterator
it
=
lower_bound
(
key
);
383
if
(
it
!=
end
() &&
it
->first ==
key
) {
384
++
it
;
385
}
386
return
it
;
387
}
fl::SortedHeapMap::end
iterator end()
Definition
map.h:347
fl::SortedHeapMap::lower_bound
iterator lower_bound(const Key &key)
Definition
map.h:365
fl::SortedHeapMap::const_iterator
SortedHeapVector< Pair, PairLess >::const_iterator const_iterator
Definition
map.h:279
fl::SortedHeapMap
Definition
map.h:257
fl
SortedHeapMap
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2