|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include <triqs/gfs/gf/gf.hpp>
Trait to detect whether a type is an instantiation of a given class template.
The nested value member is true if and only if T is of the form TMPLT<U...> for some parameter pack U....
| TMPLT | Class template to test against. |
| T | Type to test. |