FastLED
3.9.15
Loading...
Searching...
No Matches
◆
insert()
[4/4]
template<typename
Key
, typename Compare = less<Key>, typename Allocator = allocator<Key>>
iterator
fl::MultiSetTree
<
Key
, Compare, Allocator >::insert
(
value_type
&&
value
)
inline
Definition at line
217
of file
multi_set.h
.
217
{
218
ValueWithId
vwid
(
fl::move
(
value
),
mNextId
++);
219
auto
result
=
mTree
.insert(
fl::move
(
vwid
));
220
return
iterator
(
result
.first);
221
}
fl::MultiSetTree::mTree
TreeType mTree
Definition
multi_set.h:72
fl::MultiSetTree::mNextId
fl::size mNextId
Definition
multi_set.h:73
fl::MultiSetTree::iterator
ConstIteratorWrapper iterator
Definition
multi_set.h:161
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