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

◆ insert() [1/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 ( const value_type & value)
inline

Definition at line 811 of file rbtree.h.

811 {
812 return mTree.insert(value);
813 }