|
sparrow 1.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
Concept for boolean-like types. More...
#include <mp_utils.hpp>
Concept for boolean-like types.
This concept matches types that can be converted to and assigned from bool, without requiring implicit conversion constructors.
| T | Type to check |
Definition at line 916 of file mp_utils.hpp.