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 319 of file set.h.

319 {
320 return tree_.insert(key);
321 }
TreeType tree_
Definition set.h:281
Definition set.h:278