This is the complete list of members for ranges::action::action< Action >, including all inherited members.
action()=default (defined in ranges::action::action< Action >) | ranges::action::action< Action > | |
action(Action a) noexcept(std::is_nothrow_move_constructible< Action >::value) (defined in ranges::action::action< Action >) | ranges::action::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::action::action< Action >) | ranges::action::action< Action > | |
operator()(T &&t, Rest &&... rest) return make_action(action_access (defined in ranges::action::action< Action >) | ranges::action::action< Action > | |
pipe (defined in ranges::pipeable_base) | ranges::pipeable_base | |
requires(!is_pipeable_v< Arg >) &&is_pipeable_v< Pipe > const expr friend auto operator|(Arg &&arg (defined in ranges::pipeable_base) | ranges::pipeable_base |