|
sparrow 2.0.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
Concept for matching qualifier requirements. More...
#include <mp_utils.hpp>
Concept for matching qualifier requirements.
This concept ensures that if type Y has a certain qualifier, then type T must also have that qualifier.
| T | First type to check |
| Y | Second type to check |
| Qualifier | Template predicate for the qualifier |
Definition at line 1018 of file mp_utils.hpp.