This is the complete list of members for ranges::actions::action< Action >, including all inherited members.
action()=default (defined in ranges::actions::action< Action >) | ranges::actions::action< Action > | |
action(Action a) noexcept(std::is_nothrow_move_constructible< Action >::value) (defined in ranges::actions::action< Action >) | ranges::actions::action< Action > | explicit |
operator()(Rng &rng, Rest &&... rest) const -> invoke_result_t< Action const &, Rng &, Rest... > requires range< Rng > &&invocable< Action const &, Rng &, Rest... > (defined in ranges::actions::action< Action >) | ranges::actions::action< Action > | |
operator()(T &&t, Rest &&... rest) return make_action(action_access (defined in ranges::actions::action< Action >) | ranges::actions::action< Action > |