#include <operations.hpp>
|
|
| template (typename I)() const expr I operator()(I it) const |
| |
|
| template (typename I)() const expr I operator()(I it |
| |
|
| template (typename I, typename S)() const expr I operator()(I it |
| |
|
| template (typename I, typename S)() const expr I operator()(I it |
| |
|
| iter_difference_t< I > n | const |
| |
|
return | it |
| |
| S s | const |
| |
|
iter_difference_t< I > | n |
| |
| iter_difference_t< I > S bound | const |
| |
◆ const [1/3]
| iter_difference_t<I> n ranges::next_fn::const |
◆ const [2/3]
| S s ranges::next_fn::const |
Initial value:{
advance(it, static_cast<S &&>(s))
◆ const [3/3]
| iter_difference_t<I> S bound ranges::next_fn::const |
Initial value:{
advance(it, n, static_cast<S &&>(bound))
The documentation for this struct was generated from the following file: