sparrow 0.3.0
Loading...
Searching...
No Matches
list_array.hpp File Reference
Include dependency graph for list_array.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sparrow::detail::get_data_type_from_array< sparrow::list_array >
 
struct  sparrow::detail::get_data_type_from_array< sparrow::big_list_array >
 
struct  sparrow::detail::get_data_type_from_array< sparrow::list_view_array >
 
struct  sparrow::detail::get_data_type_from_array< sparrow::big_list_view_array >
 
struct  sparrow::detail::get_data_type_from_array< sparrow::fixed_sized_list_array >
 
struct  sparrow::array_inner_types< list_array_impl< BIG > >
 
struct  sparrow::array_inner_types< list_view_array_impl< BIG > >
 
struct  sparrow::array_inner_types< fixed_sized_list_array >
 
class  sparrow::list_array_crtp_base< DERIVED >
 
class  sparrow::list_array_impl< BIG >
 
class  sparrow::list_view_array_impl< BIG >
 
class  sparrow::fixed_sized_list_array
 

Namespaces

namespace  sparrow
 
namespace  sparrow::detail
 

Typedefs

using sparrow::list_array = list_array_impl<false>
 
using sparrow::big_list_array = list_array_impl<true>
 
using sparrow::list_view_array = list_view_array_impl<false>
 
using sparrow::big_list_view_array = list_view_array_impl<true>
 

Variables

template<class T>
constexpr bool sparrow::is_list_array_v = std::same_as<T, list_array>
 Checks whether T is a list_array type.
 
template<class T>
constexpr bool sparrow::is_big_list_array_v = std::same_as<T, big_list_array>
 Checks whether T is a big_list_array type.
 
template<class T>
constexpr bool sparrow::is_list_view_array_v = std::same_as<T, list_view_array>
 Checks whether T is a list_view_array type.
 
template<class T>
constexpr bool sparrow::is_big_list_view_array_v = std::same_as<T, big_list_view_array>
 Checks whether T is a big_list_view_array type.
 
template<class T>
constexpr bool sparrow::is_fixed_sized_list_array_v = std::same_as<T, fixed_sized_list_array>
 Checks whether T is a fixed_sized_list_array type.