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

◆ insert() [1/2]

template<typename Key, typename Allocator = fl::allocator_slab<Key>>
fl::pair< const_iterator, bool > fl::set< Key, Allocator >::insert ( const Key & key)
inline

Definition at line 433 of file set.h.

433 {
434 return mTree.insert(key);
435 }
TreeType mTree
Definition set.h:370
Definition set.h:367

Referenced by fl::set< T, fl::allocator_inlined_slab< T, N > >::set(), and fl::set< T, fl::allocator_inlined_slab< T, N > >::operator=().

+ Here is the caller graph for this function: