LMMS
Loading...
Searching...
No Matches
juce_FixedSizeFunction.h File Reference

Go to the source code of this file.

Classes

struct  juce::dsp::detail::Vtable< Ret, Args >
class  juce::dsp::FixedSizeFunction< len, Ret(Args...)>

Namespaces

namespace  juce
namespace  juce::dsp
namespace  juce::dsp::detail

Functions

template<typename Fn>
void juce::dsp::detail::move (void *from, void *to)
template<typename Fn, typename Ret, typename... Args>
std::enable_if< std::is_same< Ret, void >::value, Ret >::type juce::dsp::detail::call (void *s, Args... args)
template<typename Fn, typename Ret, typename... Args>
std::enable_if<!std::is_same< Ret, void >::value, Ret >::type juce::dsp::detail::call (void *s, Args... args)
template<typename Fn>
void juce::dsp::detail::clear (void *s)
template<typename Fn, typename Ret, typename... Args>
constexpr Vtable< Ret, Args... > juce::dsp::detail::makeVtable ()
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)