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

◆ insert() [4/4]

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

Definition at line 322 of file multi_map.h.

322 {
324 auto result = mTree.insert(fl::move(vwid));
325 return iterator(result.first);
326 }
TreeType mTree
Definition multi_map.h:75
IteratorWrapper iterator
Definition multi_map.h:255
fl::size mNextId
Definition multi_map.h:76