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

◆ get_allocator()

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

Definition at line 354 of file multi_set.h.

354 {
355 return mTree.get_allocator();
356 }
TreeType mTree
Definition multi_set.h:72