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

◆ capacity()

template<typename T = float, fl::size N = 8>
FASTLED_FORCE_INLINE fl::size fl::MovingAverage< T, N >::capacity ( ) const
inline

Definition at line 431 of file filter.h.

431{ return mImpl.capacity(); }
detail::MovingAverageImpl< T, N > mImpl
Definition filter.h:434

References FASTLED_FORCE_INLINE, and mImpl.

Referenced by MovingAverage().

+ Here is the caller graph for this function: