mpc
Haskell-like feature supports in C++
mpc::detail::lift_op< TR > Member List

This is the complete list of members for mpc::detail::lift_op< TR >, including all inherited members.

operator()(M &&m) const noexcept(noexcept(monad_trans_traits< std::remove_cvref_t< TR > >::lift(std::forward< M >(m)))) -> decltype(monad_trans_traits< std::remove_cvref_t< TR > >::lift(std::forward< M >(m))) (defined in mpc::detail::lift_op< TR >)mpc::detail::lift_op< TR >inline