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

◆ operator!=()

template<int IntBits, int FracBits, Sign S>
FASTLED_FORCE_INLINE bool fl::fixed_point< IntBits, FracBits, S >::operator!= ( fixed_point< IntBits, FracBits, S > b) const
inlineconstexpr

Definition at line 302 of file fixed_point.h.

302 {
303 return Base::operator!=(b);
304 }