Matches valid and complete arrow_traits specializations for type T.
More...
#include <data_type.hpp>
template<class T>
Matches valid and complete arrow_traits specializations for type T.
constexpr bool is_type_instance_of_v
Variable template for convenient access to is_type_instance_of.
The C++ representation of the arrow value.
For arrow_traits<X>, this is usually X.
The arrow (binary) layout to use by default for representing a set of data for that type.
typename detail::accepts_template<T::template default_layout>; TODO: add more interface requirements on the traits here TODO: add conversion operations between bytes and the value type
Matches valid and complete arrow_traits specializations for type T.
Every type that needs to be compatible with this library's interface must provide a specialization of arrow_traits
- See also
- arrow_traits, has_arrow_type_traits
Definition at line 787 of file data_type.hpp.