Horizon
Public Member Functions | List of all members
ranges::iota_fn Struct Reference

Public Member Functions

 template (typename O, typename S, typename T)(requires output_iterator< O
 
T const &AND sentinel_for< S, O > AND weakly_incrementable< T > O operator() (O first, S last, T val) const
 
 template (typename Rng, typename T)(requires output_range< Rng
 
T const &AND weakly_incrementable< T > borrowed_iterator_t< Rng > operator() (Rng &&rng, T val) const
 

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