|
sparrow 2.3.1
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include <functional>#include <ranges>#include <type_traits>#include <utility>#include "sparrow/utils/iterator.hpp"Go to the source code of this file.
Classes | |
| struct | sparrow::detail::repeat_view_storage_traits< T > |
| struct | sparrow::detail::repeat_view_storage_traits< T & > |
| class | sparrow::repeat_view_iterator< T > |
| class | sparrow::repeat_view< T > |
| A view that repeats a value a given number of times. More... | |
Namespaces | |
| namespace | sparrow |
| namespace | sparrow::detail |
Functions | |
| template<typename T> | |
| sparrow::repeat_view (T &, size_t) -> repeat_view< T & > | |
| template<typename T> | |
| sparrow::repeat_view (T &&, size_t) -> repeat_view< std::remove_cvref_t< T > > | |