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

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

#include <c_interface.hpp>

Concept definition

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

Detailed Description

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

Definition at line 121 of file c_interface.hpp.