mpc
Haskell-like feature supports in C++
mpc::detail::compose_op Member List

This is the complete list of members for mpc::detail::compose_op, including all inherited members.

operator()(Fn1 &&f1, Fn2 &&f2) const noexcept(noexcept(partial(closure{}, std::forward< Fn1 >(f1), std::forward< Fn2 >(f2)))) -> decltype(partial(closure{}, std::forward< Fn1 >(f1), std::forward< Fn2 >(f2))) (defined in mpc::detail::compose_op)mpc::detail::compose_opinline