FastLED
3.9.15
Loading...
Searching...
No Matches
◆
equal_range()
[2/2]
template<typename
Key
, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
fl::pair
<
const_iterator
,
const_iterator
>
fl::MultiMapTree
<
Key
, Value, Compare, Allocator >::equal_range
(
const
Key
&
key
)
const
inline
Definition at line
431
of file
multi_map.h
.
431
{
432
const_iterator
lower
=
lower_bound
(
key
);
433
const_iterator
upper
=
upper_bound
(
key
);
434
return
fl::pair<const_iterator, const_iterator>
(
lower
,
upper
);
435
}
fl::MultiMapTree::const_iterator
ConstIteratorWrapper const_iterator
Definition
multi_map.h:256
fl::MultiMapTree::upper_bound
iterator upper_bound(const Key &key)
Definition
multi_map.h:447
fl::MultiMapTree::lower_bound
iterator lower_bound(const Key &key)
Definition
multi_map.h:437
fl::MultiMapTree
Definition
multi_map.h:21
fl
MultiMapTree
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2