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

Synopsis of methods

constexpr view< cycle_fncycle {}
 

Public Member Functions

template<typename Rng , requires = (Concept<Rng>())>
cycled_view< all_t< Rng > > operator() (Rng &&rng) const
 

Member Function Documentation

template<typename Rng , requires = (Concept<Rng>())>
cycled_view<all_t<Rng> > ranges::v3::view::cycle_fn::operator() ( Rng &&  rng) const
Precondition
distance(rng) != 0