JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_FixedSizeFunction.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::dsp::FixedSizeFunction< len, Ret(Args...)>
 A type similar to std::function that holds a callable object. More...
 

Namespaces

 juce
 
 juce::dsp
 

Functions

template<size_t len, typename T >
bool juce::dsp::operator!= (const FixedSizeFunction< len, T > &fn, std::nullptr_t)
 
template<size_t len, typename T >
bool juce::dsp::operator!= (std::nullptr_t, const FixedSizeFunction< len, T > &fn)
 
template<size_t len, typename T >
bool juce::dsp::operator== (const FixedSizeFunction< len, T > &fn, std::nullptr_t)
 
template<size_t len, typename T >
bool juce::dsp::operator== (std::nullptr_t, const FixedSizeFunction< len, T > &fn)