|
sparrow 2.3.1
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include <repeat_container.hpp>
Public Types | |
| using | value_type = T |
| using | storage_type = T |
| using | constructor_reference = const value_type& |
Static Public Member Functions | |
| static constexpr const value_type & | get (const storage_type &value) noexcept |
Definition at line 29 of file repeat_container.hpp.
| using sparrow::detail::repeat_view_storage_traits< T >::constructor_reference = const value_type& |
Definition at line 33 of file repeat_container.hpp.
| using sparrow::detail::repeat_view_storage_traits< T >::storage_type = T |
Definition at line 32 of file repeat_container.hpp.
| using sparrow::detail::repeat_view_storage_traits< T >::value_type = T |
Definition at line 31 of file repeat_container.hpp.
|
inlinestaticnodiscardconstexprnoexcept |
Definition at line 35 of file repeat_container.hpp.