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

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

operator()(Fn &&fn, Ma &&ma) const noexcept(noexcept(mpc::bind(std::forward< Ma >(ma), compose(mpc::pure< Ma >, std::forward< Fn >(fn))))) -> decltype(mpc::bind(std::forward< Ma >(ma), compose(mpc::pure< Ma >, std::forward< Fn >(fn)))) (defined in mpc::monads::detail::fmap_op)mpc::monads::detail::fmap_opinline