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

◆ insert() [1/2]

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

Definition at line 563 of file rbtree.h.

563 {
564 return insertImpl(value);
565 }
fl::pair< iterator, bool > insertImpl(U &&value)
Definition rbtree.h:259

Referenced by fl::RedBlackTree< value_type, PairCompare, Allocator >::emplace().

+ Here is the caller graph for this function: