|
template<class Ma , class Fn > |
constexpr auto | operator() (Ma &&ma, Fn &&fn) const noexcept(noexcept(mpc::bind(std::forward< Ma >(ma), compose(mpc::pure< Ma >, std::forward< Fn >(fn))))) -> decltype(mpc::bind(std::forward< Ma >(ma), compose(mpc::pure< Ma >, std::forward< Fn >(fn)))) |
|
The documentation for this struct was generated from the following file: