|
sparrow 1.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
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) |
| template<std::ranges::input_range R, class T> | |
| constexpr T | accumulate (R &&r, T init) |
| template<std::ranges::input_range R, class T, std::copy_constructible Op> | |
| constexpr T | accumulate (R &&r, T init, Op op) |
|
constexpr |
Definition at line 133 of file ranges.hpp.
|
constexpr |
Definition at line 139 of file ranges.hpp.
|
constexpr |
Definition at line 120 of file ranges.hpp.