Iros
 
Loading...
Searching...
No Matches
di::function::detail::ComposeFunction< F, G > Member List

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 &)=defaultdi::function::detail::ComposeFunction< F, G >
ComposeFunction(ComposeFunction &&)=defaultdi::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 &=deletedi::function::detail::ComposeFunction< F, G >
operator=(ComposeFunction &&) -> ComposeFunction &=deletedi::function::detail::ComposeFunction< F, G >