sparrow 2.3.1
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
sparrow::detail::repeat_view_storage_traits< T > Struct Template Reference

#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_typeget (const storage_type &value) noexcept
 

Detailed Description

template<typename T>
struct sparrow::detail::repeat_view_storage_traits< T >

Definition at line 29 of file repeat_container.hpp.

Member Typedef Documentation

◆ constructor_reference

template<typename T>
using sparrow::detail::repeat_view_storage_traits< T >::constructor_reference = const value_type&

Definition at line 33 of file repeat_container.hpp.

◆ storage_type

template<typename T>
using sparrow::detail::repeat_view_storage_traits< T >::storage_type = T

Definition at line 32 of file repeat_container.hpp.

◆ value_type

template<typename T>
using sparrow::detail::repeat_view_storage_traits< T >::value_type = T

Definition at line 31 of file repeat_container.hpp.

Member Function Documentation

◆ get()

template<typename T>
static constexpr const value_type & sparrow::detail::repeat_view_storage_traits< T >::get ( const storage_type & value)
inlinestaticnodiscardconstexprnoexcept

Definition at line 35 of file repeat_container.hpp.


The documentation for this struct was generated from the following file: