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

◆ get_allocator()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
allocator_type fl::MultiMapTree< Key, Value, Compare, Allocator >::get_allocator ( ) const
inline

Definition at line 464 of file multi_map.h.

464 {
465 return mTree.get_allocator();
466 }
TreeType mTree
Definition multi_map.h:75