FastLED
3.9.15
Loading...
Searching...
No Matches
◆
insert()
[3/4]
template<typename
Key
, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
template<typename InputIt>
void
fl::MultiMapTree
<
Key
, Value, Compare, Allocator >::insert
(
InputIt
first
,
InputIt
last
)
inline
Definition at line
338
of file
multi_map.h
.
338
{
339
for
(
InputIt
it
=
first
;
it
!=
last
; ++
it
) {
340
insert
(*
it
);
341
}
342
}
fl::MultiMapTree::insert
iterator insert(const value_type &value)
Definition
multi_map.h:316
fl::MultiMapTree
Definition
multi_map.h:21
fl
MultiMapTree
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2