Horizon
|
This is the complete list of members for ranges::views::cpp20_common_fn, including all inherited members.
template(typename Rng)(requires viewable_range< Rng > AND common_range< Rng >) all_t< Rng > operator()(Rng &&rng) const (defined in ranges::views::cpp20_common_fn) | ranges::views::cpp20_common_fn | inline |
template(typename Rng)(requires viewable_range< Rng > AND(!common_range< Rng >)) common_view< all_t< Rng >> operator()(Rng &&rng) const (defined in ranges::views::cpp20_common_fn) | ranges::views::cpp20_common_fn | inline |