mpc
Haskell-like feature supports in C++
mpc::detail::exec_StateT_op Struct Reference

Public Member Functions

template<is_StateT ST, class T >
constexpr auto operator() (ST &&x, T &&t) const noexcept(noexcept(mpc::fmap(snd, run_StateT % std::forward< ST >(x) % std::forward< T >(t)))) -> decltype(mpc::fmap(snd, run_StateT % std::forward< ST >(x) % std::forward< T >(t)))
 

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