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

◆ operator!=()

template<typename ... Args>
bool fl::Callback< Args >::operator!= ( const Callback< Args > & other) const
inline

Definition at line 25 of file callback.h.

25{ return !(*this == other); }

References Callback().

+ Here is the call graph for this function: