|
sparrow 2.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include <compare>#include <iterator>#include <limits>#include <memory>#include <type_traits>#include <utility>#include "sparrow/utils/contracts.hpp"Go to the source code of this file.
Namespaces | |
| namespace | sparrow |
| namespace | sparrow::detail |
Functions | |
| template<class T> | |
| constexpr pointer_iterator< T * > | sparrow::make_pointer_iterator (T *t) |
| template<class InputIt, std::integral Distance> | |
| constexpr InputIt | sparrow::next (InputIt it, Distance n) |