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

◆ operator>()

template<typename Derived, int IntBits, int FracBits>
bool fl::fixed_point_base< Derived, IntBits, FracBits >::operator> ( Derived b) const
inlineconstexpr

Definition at line 110 of file base.h.

110{ return mValue > b.mValue; }
raw_type mValue
Definition base.h:41

References mValue.