|
OpenShot Audio Library | OpenShotAudio
0.6.0
|
#include <juce_Functional.h>
Some helper methods for checking a callable object before invoking with the specified arguments.
If the object provides a comparison operator for nullptr it will check before calling. For other objects it will just invoke the function call operator.
Definition at line 49 of file juce_Functional.h.