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

◆ operator bool()

template<typename R, typename... Args>
fl::function< R(Args...)>::operator bool ( ) const
inlineexplicit

Definition at line 96 of file function.h.

96{ return callable_ != nullptr; }
Ptr< CallableBase > callable_
Definition function.h:49

References callable_.