|
template<is_StateT ST, class T > |
constexpr auto | operator() (ST &&x, T &&t) const noexcept(noexcept(mpc::fmap(fst, run_StateT % std::forward< ST >(x) % std::forward< T >(t)))) -> decltype(mpc::fmap(fst, run_StateT % std::forward< ST >(x) % std::forward< T >(t))) |
|
The documentation for this struct was generated from the following file: