#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)() const expr I operator()(I it |
|
|
iter_difference_t< I > n | const |
|
return | it |
|
iter_difference_t< I > | n |
|
iter_difference_t< I > I bound | const |
|
◆ const [1/2]
iter_difference_t<I> n ranges::prev_fn::const |
◆ const [2/2]
iter_difference_t<I> I bound ranges::prev_fn::const |
Initial value:{
advance(it, -n, static_cast<I &&>(bound))
The documentation for this struct was generated from the following file: