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

◆ operator=() [1/3]

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

Definition at line 26 of file callback.h.

26{ self = other.self; callback = other.callback; return *this; }
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: