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

◆ operator=() [2/3]

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

Definition at line 27 of file callback.h.

27{ self = nullptr; callback = (void (*)(void*, Args...))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: