sparrow ..
|
Concept for callable type predicates. More...
#include <mp_utils.hpp>
Concept for callable type predicates.
This concept matches types whose instances can be called with an object representing a type to evaluate it. The object passed can be either a typelist with one element or std::type_identity_t<T>.
P | Predicate type to check |
T | Type to apply predicate to |
Definition at line 328 of file mp_utils.hpp.