FastLED
3.9.15
Loading...
Searching...
No Matches
◆
find()
[2/2]
template<typename
Key
, typename Compare = less<Key>, typename Allocator = allocator<Key>>
const_iterator
fl::MultiSetTree
<
Key
, Compare, Allocator >::find
(
const
Key
&
key
)
const
inline
Definition at line
301
of file
multi_set.h
.
301
{
302
ValueWithId
search_key
(
key
, 0);
303
auto
it
=
mTree
.lower_bound(
search_key
);
304
if
(
it
!=
mTree
.end() &&
it
->value ==
key
) {
305
return
const_iterator
(
it
);
306
}
307
return
end
();
308
}
fl::MultiSetTree::mTree
TreeType mTree
Definition
multi_set.h:72
fl::MultiSetTree::end
iterator end()
Definition
multi_set.h:192
fl::MultiSetTree::const_iterator
ConstIteratorWrapper const_iterator
Definition
multi_set.h:162
fl::MultiSetTree
Definition
multi_set.h:20
fl::MultiSetTree::ValueWithId
Definition
multi_set.h:40
fl
MultiSetTree
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2