#include <operations.hpp>
|
|
| template (typename I)(requires input_or_output_iterator< I >) const expr I operator()(I it) const |
| |
|
| template (typename I)(requires input_or_output_iterator< I >) const expr I operator()(I it |
| |
|
| template (typename I, typename S)(requires sentinel_for< S |
| |
|
constexpr I I | operator() (I it, S s) const |
| |
|
| template (typename I, typename S)(requires sentinel_for< S |
| |
|
constexpr I I | operator() (I it, iter_difference_t< I > n, S bound) const |
| |
|
| iter_difference_t< I > n | const |
| |
|
return | it |
| |
◆ const
| iter_difference_t<I> n ranges::next_fn::const |
The documentation for this struct was generated from the following file: