9template <
typename T,
int K = 2>
21 void reset(T initial = T(0)) {
mY = initial; }
24 template <
typename U = T>
28 template <
typename U = T>
static fl::enable_if< fl::is_floating_point< U >::value, U >::type shift_right(U val)
LeakyIntegratorImpl(T initial)
LeakyIntegratorImpl() FL_NOEXCEPT
static fl::enable_if<!fl::is_floating_point< U >::value, U >::type shift_right(U val)
void reset(T initial=T(0))
Compile-time linker keep-alive hook for a single fl::Bus.
Base definition for an LED controller.