FastLED
3.9.15
Loading...
Searching...
No Matches
◆
MultiSetTree()
[4/4]
template<typename
Key
, typename Compare = less<Key>, typename Allocator = allocator<Key>>
fl::MultiSetTree
<
Key
, Compare, Allocator >::MultiSetTree
(
fl::initializer_list<
value_type
>
init
,
const Compare &
comp
=
Compare()
,
const Allocator &
alloc
=
Allocator()
)
inline
Definition at line
177
of file
multi_set.h
.
180
:
mTree
(
KeyCompareWithId
(
comp
),
alloc
) {
181
for
(
const
auto
&
value
:
init
) {
182
insert
(
value
);
183
}
184
}
fl::MultiSetTree::mTree
TreeType mTree
Definition
multi_set.h:72
fl::MultiSetTree::insert
iterator insert(const value_type &value)
Definition
multi_set.h:211
fl::MultiSetTree
Definition
multi_set.h:20
fl::MultiSetTree::KeyCompareWithId
Definition
multi_set.h:53
fl
MultiSetTree
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2