Horizon
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ranges::views::cycle_fn Struct Reference

Returns an infinite range that endlessly repeats the source range. More...

#include <cycle.hpp>

Public Member Functions

 template (typename Rng)(AND forward_range< Rng >) cycled_view< all_t< Rng > > operator()(Rng &&rng) const
 

Detailed Description

Returns an infinite range that endlessly repeats the source range.

Member Function Documentation

◆ template()

ranges::views::cycle_fn::template ( typename Rng  ) const &&
inline
Precondition
!empty(rng)

The documentation for this struct was generated from the following file: