sparrow 2.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
sparrow::repeat_view< T > Member List

This is the complete list of members for sparrow::repeat_view< T >, including all inherited members.

begin() const noexceptsparrow::repeat_view< T >
cbegin() const noexceptsparrow::repeat_view< T >
cend() const noexceptsparrow::repeat_view< T >
const_iterator typedefsparrow::repeat_view< T >
end() const noexceptsparrow::repeat_view< T >
repeat_view(typename storage_traits::constructor_reference value, size_t count) noexcept(std::is_nothrow_constructible_v< typename storage_traits::storage_type, typename storage_traits::constructor_reference >)sparrow::repeat_view< T >
repeat_view(value_type &&value, size_t count) noexcept(std::is_nothrow_move_constructible_v< value_type >)sparrow::repeat_view< T >
self_type typedefsparrow::repeat_view< T >
size() const noexceptsparrow::repeat_view< T >
storage_traits typedefsparrow::repeat_view< T >
value_type typedefsparrow::repeat_view< T >