A helper metafunction to check if a requirement is satisfied. More...
#include <frontend_requirements.hpp>
A helper metafunction to check if a requirement is satisfied.
The TestedT
template argument should be the type combining one or several requirements and RequiredT
is the requirement to test against. The metafunction will yield a positive result if TestedT
supports RequiredT
.