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

◆ operator!=()

bool fl::ClocklessChipset::operator!= ( const ClocklessChipset & other) const
inline

Inequality operator.

Examples
/home/runner/work/FastLED/FastLED/src/fl/channels/config.h.

Definition at line 70 of file config.h.

70 {
71 return !(*this == other);
72 }

References ClocklessChipset(), and FL_NOEXCEPT.

+ Here is the call graph for this function: