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

◆ fixed_point() [5/5]

template<int IntBits, int FracBits, Sign S>
template<int OtherInt, int OtherFrac, Sign OtherSign>
fl::fixed_point< IntBits, FracBits, S >::fixed_point ( const fixed_point< OtherInt, OtherFrac, OtherSign > & other,
typename enable_if< is_fp_promotable< fixed_point< OtherInt, OtherFrac, OtherSign >, fixed_point< IntBits, FracBits, S > >::value, int >::type = 0 )
inlineconstexpr

Definition at line 182 of file fixed_point.h.

static constexpr RawType promote_fp(OtherRawType other_raw) FL_NOEXCEPT
FASTLED_FORCE_INLINE constexpr RawType raw() const FL_NOEXCEPT
typename fixed_point_impl< IntBits, FracBits, S >::type Base