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

◆ insert() [1/6]

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator_slab<char>>
fl::pair< iterator, bool > fl::MapRedBlackTree< Key, Value, Compare, Allocator >::insert ( const value_type & value)
inline

Definition at line 1141 of file rbtree.h.

1141 {
1142 return mTree.insert(value);
1143 }