sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::any_arrow_type Concept Reference

Matches any type which is one of the base C++ types supported or at least that provides an arrow_traits specialization. More...

#include <data_type.hpp>

Concept definition

template<class T>
Matches any type which is one of the base C++ types supported or at least that provides an arrow_trai...
Matches types providing valid and complete arrow_traits specialization.
Matches C++ representation types which are supported by default.

Detailed Description

Matches any type which is one of the base C++ types supported or at least that provides an arrow_traits specialization.

Definition at line 759 of file data_type.hpp.