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

◆ emplace()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
template<typename... Args>
iterator fl::MultiMapTree< Key, Value, Compare, Allocator >::emplace ( Args &&... args)
inline

Definition at line 329 of file multi_map.h.

329 {
332 auto result = mTree.insert(fl::move(vwid));
333 return iterator(result.first);
334 }
fl::pair< Key, Value > value_type
Definition multi_map.h:25
TreeType mTree
Definition multi_map.h:75
IteratorWrapper iterator
Definition multi_map.h:255
fl::size mNextId
Definition multi_map.h:76