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