FastLED 3.9.15
Loading...
Searching...
No Matches

◆ insert_or_assign() [2/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,
const Key & key,
M && obj )
inline

Definition at line 1226 of file rbtree.h.

1226 {
1227 (void)hint; // Hint parameter not currently used in implementation
1229 return result.first;
1230 }
fl::pair< iterator, bool > insert_or_assign(const Key &key, M &&obj)
Definition rbtree.h:1199