FastLED
3.9.15
Loading...
Searching...
No Matches
◆
MapRedBlackTree()
[5/5]
template<typename
Key
, typename Value, typename Compare = less<Key>, typename Allocator = allocator_slab<char>>
fl::MapRedBlackTree
<
Key
, Value, Compare, Allocator >::MapRedBlackTree
(
fl::initializer_list<
value_type
>
init
,
const Compare &
comp
=
Compare()
,
const Allocator &
alloc
=
Allocator()
)
inline
Definition at line
1087
of file
rbtree.h
.
1090
:
mTree
(
PairCompare
(
comp
),
alloc
) {
1091
// Insert all elements from the initializer list
1092
for
(
const
auto
&
value
:
init
) {
1093
mTree
.insert(
value
);
1094
}
1095
}
fl::MapRedBlackTree::mTree
TreeType mTree
Definition
rbtree.h:1025
fl::MapRedBlackTree
Definition
rbtree.h:998
fl::MapRedBlackTree::PairCompare
Definition
rbtree.h:1014
fl
MapRedBlackTree
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2