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

◆ inlined_capacity()

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

Definition at line 709 of file allocator.h.

709 {
710 return N;
711 }