|
template<class Fn2 , is_State ST> |
constexpr auto | operator() (Fn2 &&f, ST &&x) const noexcept(noexcept(map_StateT % compose(make_Identity, compose(std::forward< Fn2 >(f), run_Identity)) % std::forward< ST >(x))) -> decltype(map_StateT % compose(make_Identity, compose(std::forward< Fn2 >(f), run_Identity)) % std::forward< ST >(x)) |
|
The documentation for this struct was generated from the following file: