FastLED
3.9.15
Loading...
Searching...
No Matches
◆
insert_or_assign()
[3/4]
template<typename
Key
, typename Value, typename Compare = less<Key>, typename Allocator = allocator_slab<char>>
template<typename M>
iterator
fl::MapRedBlackTree
<
Key
, Value, Compare, Allocator >::insert_or_assign
(
const_iterator
hint
,
Key
&&
key
,
M &&
obj
)
inline
Definition at line
1233
of file
rbtree.h
.
1233
{
1234
(
void
)
hint
;
// Hint parameter not currently used in implementation
1235
auto
result
=
insert_or_assign
(
fl::move
(
key
),
fl::forward<M>
(
obj
));
1236
return
result
.first;
1237
}
fl::MapRedBlackTree::insert_or_assign
fl::pair< iterator, bool > insert_or_assign(const Key &key, M &&obj)
Definition
rbtree.h:1199
fl::MapRedBlackTree
Definition
rbtree.h:998
fl
MapRedBlackTree
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2