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

◆ fixed_point() [3/5]

template<int IntBits, int FracBits, Sign S>
template<typename IntT, detail::enable_if_integer_t< IntT > = 0>
FASTLED_FORCE_INLINE constexpr fl::fixed_point< IntBits, FracBits, S >::fixed_point ( IntT n)
inlineexplicitconstexpr

Definition at line 170 of file fixed_point.h.

170: Base(n) {}
typename fixed_point_impl< IntBits, FracBits, S >::type Base