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

◆ get_allocator()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator_slab<char>>
allocator_type fl::MapRedBlackTree< Key, Value, Compare, Allocator >::get_allocator ( ) const
inline

Definition at line 1387 of file rbtree.h.

1387 {
1388 return mTree.get_allocator();
1389 }