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

◆ ~allocator_inlined()

template<typename T, fl::size N, typename BaseAllocator = fl::allocator<T>>
fl::allocator_inlined< T, N, BaseAllocator >::~allocator_inlined ( )
inline

Definition at line 888 of file allocator.h.

888 {
889 clear();
890 }
void clear() FL_NOEXCEPT
Definition allocator.h:972