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

◆ MultiMapTree() [4/4]

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
fl::MultiMapTree< Key, Value, Compare, Allocator >::MultiMapTree ( fl::initializer_list< value_type > init,
const Compare & comp = Compare(),
const Allocator & alloc = Allocator() )
inline

Definition at line 282 of file multi_map.h.

286 for (const auto& value : init) {
287 insert(value);
288 }
289 }
TreeType mTree
Definition multi_map.h:75
iterator insert(const value_type &value)
Definition multi_map.h:316