|
sparrow 1.3.0
|
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) |
|
constexpr |
Definition at line 117 of file ranges.hpp.