|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
Number of types in a parameter pack that derive from (or are equal to) a given type.
It uses std::is_base_of to determine whether a type derives from T.
Useful when restricting variadic template overloads to a maximum number of arguments of a certain category.
| T | Base type to look for. |
| A | Parameter pack of candidate types. |
Definition at line 48 of file count_type_occurrence.hpp.