This is the complete list of members for di::function::detail::ComposeFunction< F, G >, including all inherited members.
ComposeFunction(Fn &&f, Gn &&g) | di::function::detail::ComposeFunction< F, G > | inlineexplicit |
ComposeFunction(ComposeFunction const &)=default | di::function::detail::ComposeFunction< F, G > | |
ComposeFunction(ComposeFunction &&)=default | di::function::detail::ComposeFunction< F, G > | |
operator()(Args &&... args) &-> decltype(auto) | di::function::detail::ComposeFunction< F, G > | inline |
operator()(Args &&... args) const &-> decltype(auto) | di::function::detail::ComposeFunction< F, G > | inline |
operator()(Args &&... args) &&-> decltype(auto) | di::function::detail::ComposeFunction< F, G > | inline |
operator()(Args &&... args) const &&-> decltype(auto) | di::function::detail::ComposeFunction< F, G > | inline |
operator=(ComposeFunction const &) -> ComposeFunction &=delete | di::function::detail::ComposeFunction< F, G > | |
operator=(ComposeFunction &&) -> ComposeFunction &=delete | di::function::detail::ComposeFunction< F, G > |