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

◆ full()

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

Definition at line 429 of file filter.h.

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

References FASTLED_FORCE_INLINE, and mImpl.