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

◆ insert() [2/2]

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 ( value_type && value)
inline

Definition at line 815 of file rbtree.h.

815 {
816 return mTree.insert(fl::move(value));
817 }