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

Matches ArrowArray or a non-const pointer to an ArrowArray. More...

#include <c_interface.hpp>

Concept definition

template<class T>
concept sparrow::arrow_array_or_ptr = std::same_as<T, ArrowArray>
or std::same_as<std::remove_reference_t<T>, ArrowArray*>
Matches ArrowArray or a non-const pointer to an ArrowArray.

Detailed Description

Matches ArrowArray or a non-const pointer to an ArrowArray.

Definition at line 126 of file c_interface.hpp.