Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Checks whether a given type T
is a specialization of the class template Template
.
More...
#include <concepts.hpp>
Checks whether a given type T
is a specialization of the class template Template
.
This concept is satisfied if T
is an instantiation of Template
with any number of template arguments.
T | The type to check. |
Template | The class template to check against (e.g., std::tuple , std::vector ). |