sparrow 2.3.1
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
repeat_container.hpp File Reference
#include <functional>
#include <ranges>
#include <type_traits>
#include <utility>
#include "sparrow/utils/iterator.hpp"
Include dependency graph for repeat_container.hpp:
This graph shows which files directly or indirectly include this file:

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 > >