FixedSizeFunction() noexcept=default | juce::FixedSizeFunction< len, Ret(Args...)> | |
FixedSizeFunction(std::nullptr_t) noexcept | juce::FixedSizeFunction< len, Ret(Args...)> | inline |
FixedSizeFunction(const FixedSizeFunction &)=delete (defined in juce::FixedSizeFunction< len, Ret(Args...)>) | juce::FixedSizeFunction< len, Ret(Args...)> | |
FixedSizeFunction(Callable &&callable) | juce::FixedSizeFunction< len, Ret(Args...)> | inline |
FixedSizeFunction(FixedSizeFunction &&other) noexcept | juce::FixedSizeFunction< len, Ret(Args...)> | inline |
FixedSizeFunction(FixedSizeFunction< otherLen, Ret(Args...)> &&other) noexcept | juce::FixedSizeFunction< len, Ret(Args...)> | inline |
operator bool() const noexcept | juce::FixedSizeFunction< len, Ret(Args...)> | inlineexplicit |
operator()(Args... args) const | juce::FixedSizeFunction< len, Ret(Args...)> | inline |
operator=(std::nullptr_t) noexcept | juce::FixedSizeFunction< len, Ret(Args...)> | inline |
operator=(const FixedSizeFunction &)=delete (defined in juce::FixedSizeFunction< len, Ret(Args...)>) | juce::FixedSizeFunction< len, Ret(Args...)> | |
operator=(Callable &&callable) | juce::FixedSizeFunction< len, Ret(Args...)> | inline |
operator=(FixedSizeFunction< otherLen, Ret(Args...)> &&other) noexcept | juce::FixedSizeFunction< len, Ret(Args...)> | inline |
operator=(FixedSizeFunction &&other) noexcept | juce::FixedSizeFunction< len, Ret(Args...)> | inline |
~FixedSizeFunction() noexcept | juce::FixedSizeFunction< len, Ret(Args...)> | inline |