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

◆ get_allocator()

template<typename Key, typename Allocator = fl::allocator_slab<Key>>
allocator_type fl::set< Key, Allocator >::get_allocator ( ) const
inline

Definition at line 428 of file set.h.

428{ return mTree.get_allocator(); }
TreeType mTree
Definition set.h:370