Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::actions::stride_fn Struct Reference

Synopsis of methods

constexpr stride_fn stride {}
 

Public Member Functions

template<typename D >
requires constexpr detail::integer_like_< D > auto operator() (D step) const
 
template<typename Rng , typename D = range_difference_t<Rng>>
requires forward_range< Rng > &&erasable_range< Rng &, iterator_t< Rng >, sentinel_t< Rng > > &&permutable< iterator_t< Rng > > Rng operator() (Rng &&rng, range_difference_t< Rng > const step) const