sparrow 0.6.0
Loading...
Searching...
No Matches
sparrow::ranges Namespace Reference

Classes

struct  copy_fn
 Copies the elements from the input range to the output iterator. More...
 

Concepts

concept  has_ranges_copy
 

Functions

template<std::ranges::input_range R, std::weakly_incrementable O>
requires std::indirectly_copyable<std::ranges::iterator_t<R>, O>
constexpr std::ranges::copy_result< std::ranges::borrowed_iterator_t< R >, O > copy (R &&r, O result)
 

Function Documentation

◆ copy()

template<std::ranges::input_range R, std::weakly_incrementable O>
requires std::indirectly_copyable<std::ranges::iterator_t<R>, O>
std::ranges::copy_result< std::ranges::borrowed_iterator_t< R >, O > sparrow::ranges::copy ( R && r,
O result )
constexpr

Definition at line 118 of file ranges.hpp.

Here is the caller graph for this function: