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

◆ get_allocator()

template<typename T, typename Compare = less<T>, typename Allocator = allocator_slab<char>>
allocator_type fl::RedBlackTree< T, Compare, Allocator >::get_allocator ( ) const
inline

Definition at line 968 of file rbtree.h.

968 {
969 return allocator_type(mAlloc);
970 }
Allocator allocator_type
Definition rbtree.h:38
NodeAllocator mAlloc
Definition rbtree.h:64