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

◆ insert() [2/2]

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

Definition at line 323 of file set.h.

323 {
324 return tree_.insert(fl::move(key));
325 }
TreeType tree_
Definition set.h:281
Definition set.h:278