mpc
Haskell-like feature supports in C++
|
This is the complete list of members for mpc::detail::combine_op, including all inherited members.
operator()(Fa &&fa, Fb &&fb) const noexcept(noexcept(alternative_traits< std::remove_cvref_t< Fa > >::combine(std::forward< Fa >(fa), std::forward< Fb >(fb)))) -> decltype(alternative_traits< std::remove_cvref_t< Fa > >::combine(std::forward< Fa >(fa), std::forward< Fb >(fb))) (defined in mpc::detail::combine_op) | mpc::detail::combine_op | inline |