JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_FixedSizeFunction.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

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

Namespaces

namespace  juce
 

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)