FastLED
3.9.15
Loading...
Searching...
No Matches
◆
insert()
[4/4]
template<typename
Key
, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
iterator
fl::MultiMapTree
<
Key
, Value, Compare, Allocator >::insert
(
value_type
&&
value
)
inline
Definition at line
322
of file
multi_map.h
.
322
{
323
ValueWithId
vwid
(
fl::move
(
value
),
mNextId
++);
324
auto
result
=
mTree
.insert(
fl::move
(
vwid
));
325
return
iterator
(
result
.first);
326
}
fl::MultiMapTree::mTree
TreeType mTree
Definition
multi_map.h:75
fl::MultiMapTree::iterator
IteratorWrapper iterator
Definition
multi_map.h:255
fl::MultiMapTree::mNextId
fl::size mNextId
Definition
multi_map.h:76
fl::MultiMapTree
Definition
multi_map.h:21
fl::MultiMapTree::ValueWithId
Definition
multi_map.h:43
fl
MultiMapTree
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2