FastLED
3.9.15
Loading...
Searching...
No Matches
◆
MapRedBlackTree()
[4/5]
template<typename
Key
, typename Value, typename Compare = less<Key>, typename Allocator = allocator_slab<char>>
template<typename InputIt>
fl::MapRedBlackTree
<
Key
, Value, Compare, Allocator >::MapRedBlackTree
(
InputIt
first
,
InputIt
last
,
const Compare &
comp
=
Compare()
,
const Allocator &
alloc
=
Allocator()
)
inline
Definition at line
1074
of file
rbtree.h
.
1077
:
mTree
(
PairCompare
(
comp
),
alloc
) {
1078
// Insert all elements from the range
1079
for
(
InputIt
it
=
first
;
it
!=
last
; ++
it
) {
1080
mTree
.insert(*
it
);
1081
}
1082
}
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