sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::arrow_traits< T > Struct Template Reference

#include <data_traits.hpp>

Inheritance diagram for sparrow::arrow_traits< T >:
[legend]
Collaboration diagram for sparrow::arrow_traits< T >:
[legend]

Static Public Attributes

static constexpr data_type type_id = data_type_from_size<T>()
 

Additional Inherited Members

- Public Types inherited from sparrow::common_native_types_traits< T >
using value_type = T
 
using const_reference = const T&
 

Detailed Description

template<class T>
requires std::integral<T> or std::floating_point<T>
struct sparrow::arrow_traits< T >

Definition at line 48 of file data_traits.hpp.

Member Data Documentation

◆ type_id

template<class T>
data_type sparrow::arrow_traits< T >::type_id = data_type_from_size<T>()
staticconstexpr

Definition at line 50 of file data_traits.hpp.


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