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

◆ capacity()

template<typename T, typename LessThan = fl::less<T>>
fl::size fl::SortedHeapVector< T, LessThan >::capacity ( ) const
inline

Definition at line 1093 of file vector.h.

1093{ return mArray.capacity(); }
vector< T > mArray
Definition vector.h:975

References FL_NOEXCEPT, and mArray.