sparrow 1.0.0
|
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.