mpc
Haskell-like feature supports in C++
mpc::monads::detail::seq_apply_op::closure Struct Reference

Public Member Functions

template<class Ma , class Fn >
constexpr auto operator() (Ma &&ma, Fn &&fn) 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))))
 

The documentation for this struct was generated from the following file: