#include <operations.hpp>
|
|
| template (typename Rng)() const expr int operator()(Rng &&rng |
|
I constexpr int | operator() (I first, S last, iter_difference_t< I > n) const |
|
| template (typename I, typename S)(AND sentinel_for< S |
|
I constexpr int | operator() (I first, S last, iter_difference_t< I > n) const |
|
| range_difference_t< Rng > n | const |
◆ const
| range_difference_t<Rng> n ranges::distance_compare_fn::const |
Initial value:{
return distance_compare_fn::impl_r(rng, n, sized_range_tag_of<Rng>())
The documentation for this struct was generated from the following file: