mpc
Haskell-like feature supports in C++
|
This is the complete list of members for mpc::applicatives::detail::fmap_op, including all inherited members.
operator()(Fn &&fn, Fa &&fa) const noexcept(noexcept(mpc::seq_apply(mpc::pure< Fa >(std::forward< Fn >(fn)), std::forward< Fa >(fa)))) -> decltype(mpc::seq_apply(mpc::pure< Fa >(std::forward< Fn >(fn)), std::forward< Fa >(fa))) (defined in mpc::applicatives::detail::fmap_op) | mpc::applicatives::detail::fmap_op | inline |