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

◆ insert() [1/4]

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

Definition at line 211 of file multi_set.h.

211 {
213 auto result = mTree.insert(vwid);
214 return iterator(result.first);
215 }
TreeType mTree
Definition multi_set.h:72
fl::size mNextId
Definition multi_set.h:73
ConstIteratorWrapper iterator
Definition multi_set.h:161

Referenced by fl::MultiSetTree< Key, Compare, fl::allocator_slab< char > >::MultiSetTree(), fl::MultiSetTree< Key, Compare, fl::allocator_slab< char > >::insert(), and fl::MultiSetTree< Key, Compare, fl::allocator_slab< char > >::insert().

+ Here is the caller graph for this function: