JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
juce_FixedSizeFunction.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

namespace  juce
 JUCE Namespace.
 

Functions

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