|
sparrow 2.0.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
Concept for template types that can wrap a single type. More...
#include <mp_utils.hpp>
Concept for template types that can wrap a single type.
This concept ensures that a template can be used as a type wrapper for evaluation in type predicates, supporting either typelist or std::type_identity patterns.
| W | Template wrapper to check |
| T | Type to be wrapped |
Definition at line 286 of file mp_utils.hpp.