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 30 of file callback.h.

30{ return self < other.self || (self == other.self && callback < other.callback); }
void(* callback)(void *self, Args... args)
Definition callback.h:33
void * self
Definition callback.h:32

References Callback(), callback, and self.

+ Here is the call graph for this function: