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

◆ fixed_point_base() [3/3]

template<typename Derived, int IntBits, int FracBits>
fl::fixed_point_base< Derived, IntBits, FracBits >::fixed_point_base ( raw_type raw,
RawTag  )
inlineexplicitconstexpr

Definition at line 54 of file base.h.

54: mValue(raw) {}
raw_type mValue
Definition base.h:41
constexpr raw_type raw() const
Definition base.h:62

References mValue, and raw().

+ Here is the call graph for this function: