JUCE
std::function< Result(Arguments...)> Member List

This is the complete list of members for std::function< Result(Arguments...)>, including all inherited members.

function() noexceptstd::function< Result(Arguments...)>
function(decltype(nullptr)) noexceptstd::function< Result(Arguments...)>
function(Functor f)std::function< Result(Arguments...)>
function(function const &other)std::function< Result(Arguments...)>
function(function &&other)std::function< Result(Arguments...)>
operator bool() const noexceptstd::function< Result(Arguments...)>explicit
operator!=(decltype(nullptr)) const noexceptstd::function< Result(Arguments...)>
operator()(Arguments... args) conststd::function< Result(Arguments...)>
operator=(function const &other)std::function< Result(Arguments...)>
operator=(function &&other)std::function< Result(Arguments...)>
operator==(decltype(nullptr)) const noexceptstd::function< Result(Arguments...)>
swap(function &other)std::function< Result(Arguments...)>
~function()std::function< Result(Arguments...)>