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

◆ operator=() [3/3]

template<typename ... Args>
Callback & fl::Callback< Args >::operator= ( void(* other )(void *self, Args... args))
inline

Definition at line 28 of file callback.h.

28{ self = nullptr; callback = other; 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: