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
1236 return result.first;
1237 }
fl::pair< iterator, bool > insert_or_assign(const Key &key, M &&obj)
Definition rbtree.h:1199