Inheritance diagram for ranges::actions::action< Action >:Public Member Functions | |
| constexpr | action (Action a) noexcept(std::is_nothrow_move_constructible< Action >::value) |
| template<typename Rng , typename... Rest> | |
| auto | operator() (Rng &rng, Rest &&... rest) const -> invoke_result_t< Action const &, Rng &, Rest... > requires range< Rng > &&invocable< Action const &, Rng &, Rest... > |
| template<typename T , typename... Rest, typename A = Action> | |
| auto | operator() (T &&t, Rest &&... rest) return make_action(action_access |