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 ( )
inlinenoexcept

Definition at line 604 of file allocator.h.

604 {
605 clear();
606 }