JUCE
|
Classes | |
class | dsp::FixedSizeFunction< len, Ret(Args...)> |
A type similar to std::function that holds a callable object. More... | |
Namespaces | |
dsp | |
Functions | |
template<size_t len, typename T > | |
bool | dsp::operator!= (const FixedSizeFunction< len, T > &fn, std::nullptr_t) |
template<size_t len, typename T > | |
bool | dsp::operator!= (std::nullptr_t, const FixedSizeFunction< len, T > &fn) |
template<size_t len, typename T > | |
bool | dsp::operator== (const FixedSizeFunction< len, T > &fn, std::nullptr_t) |
template<size_t len, typename T > | |
bool | dsp::operator== (std::nullptr_t, const FixedSizeFunction< len, T > &fn) |