|
template<class Fn , is_StateT ST> |
constexpr auto | operator() (Fn &&f, ST &&x) const noexcept(noexcept(make_StateT< StateT_state_t< ST > >(compose(std::forward< Fn >(f), run_StateT % std::forward< ST >(x))))) -> decltype(make_StateT< StateT_state_t< ST > >(compose(std::forward< Fn >(f), run_StateT % std::forward< ST >(x)))) |
|
The documentation for this struct was generated from the following file: