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

◆ fixed_point() [4/5]

template<int IntBits, int FracBits, Sign S>
fl::fixed_point< IntBits, FracBits, S >::fixed_point ( RawType raw,
typename Base::RawTag tag )
inlineexplicitconstexpr

Definition at line 174 of file fixed_point.h.

174: Base(raw, tag) {}
FASTLED_FORCE_INLINE constexpr RawType raw() const FL_NOEXCEPT
typename fixed_point_impl< IntBits, FracBits, S >::type Base