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

◆ size()

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

Definition at line 499 of file filter.h.

499{ return mImpl.size(); }
detail::WeightedMovingAverageImpl< T, N > mImpl
Definition filter.h:503

References FASTLED_FORCE_INLINE, and mImpl.

Referenced by WeightedMovingAverage().

+ Here is the caller graph for this function: