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

◆ operator=()

template<typename R, typename... Args>
function & fl::function< R(Args...)>::operator= ( const function< R(Args...)> & o)
inline

Definition at line 62 of file function.h.

62 {
63 if (this != &o) {
64 callable_ = o.callable_;
65 }
66 return *this;
67 }
Ptr< CallableBase > callable_
Definition function.h:49

References function(), and callable_.

+ Here is the call graph for this function: