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

◆ insert() [4/4]

template<typename Key, typename Compare = less<Key>, typename Allocator = allocator<Key>>
iterator fl::MultiSetTree< Key, Compare, Allocator >::insert ( value_type && value)
inline

Definition at line 217 of file multi_set.h.

217 {
219 auto result = mTree.insert(fl::move(vwid));
220 return iterator(result.first);
221 }
TreeType mTree
Definition multi_set.h:72
fl::size mNextId
Definition multi_set.h:73
ConstIteratorWrapper iterator
Definition multi_set.h:161