FastLED
3.9.15
Loading...
Searching...
No Matches
◆
equal_range()
[2/2]
template<typename
Key
, typename Compare = less<Key>, typename Allocator = allocator<Key>>
fl::pair
<
const_iterator
,
const_iterator
>
fl::MultiSetTree
<
Key
, Compare, Allocator >::equal_range
(
const
Key
&
key
)
const
inline
Definition at line
321
of file
multi_set.h
.
321
{
322
const_iterator
lower
=
lower_bound
(
key
);
323
const_iterator
upper
=
upper_bound
(
key
);
324
return
fl::pair<const_iterator, const_iterator>
(
lower
,
upper
);
325
}
fl::MultiSetTree::const_iterator
ConstIteratorWrapper const_iterator
Definition
multi_set.h:162
fl::MultiSetTree::upper_bound
iterator upper_bound(const Key &key)
Definition
multi_set.h:337
fl::MultiSetTree::lower_bound
iterator lower_bound(const Key &key)
Definition
multi_set.h:327
fl::MultiSetTree
Definition
multi_set.h:20
fl
MultiSetTree
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2