sparrow 0.9.0
|
Concept for compile-time type predicates. More...
#include <mp_utils.hpp>
Concept for compile-time type predicates.
This concept matches template types that can be evaluated at compile-time similarly to std::true_type/std::false_type, making it possible to use predicates provided by the standard library.
P | Predicate template to check |
T | Type to apply predicate to |
Definition at line 305 of file mp_utils.hpp.