FastLED
3.9.15
Loading...
Searching...
No Matches
◆
equal_range()
[2/2]
template<typename
Key
, typename Value, typename Less = fl::less<Key>>
fl::pair
<
const_iterator
,
const_iterator
>
fl::SortedHeapMap
<
Key
, Value, Less >::equal_range
(
const
Key
&
key
)
const
inline
Definition at line
438
of file
map.h
.
438
{
439
const_iterator
lower
=
lower_bound
(
key
);
440
const_iterator
upper
=
upper_bound
(
key
);
441
return
fl::pair<const_iterator, const_iterator>
(
lower
,
upper
);
442
}
fl::SortedHeapMap::upper_bound
iterator upper_bound(const Key &key)
Definition
map.h:452
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