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

Synopsis of methods

constexpr view< sliding_fnsliding {}
 

Public Member Functions

template<typename Rng , requires = (ForwardRange<Rng>())>
sliding_view< all_t< Rng > > operator() (Rng &&rng, range_difference_type_t< Rng > n) const