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

◆ insert() [1/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 ( const value_type & value)
inline

Definition at line 316 of file multi_map.h.

316 {
318 auto result = mTree.insert(vwid);
319 return iterator(result.first);
320 }
TreeType mTree
Definition multi_map.h:75
IteratorWrapper iterator
Definition multi_map.h:255
fl::size mNextId
Definition multi_map.h:76

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

+ Here is the caller graph for this function: