TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
triqs::gfs::is_instantiation_of< TMPLT, T >

#include <triqs/gfs/gf/gf.hpp>

Detailed Description

template<template< typename... > class TMPLT, typename T>
struct triqs::gfs::is_instantiation_of< TMPLT, T >

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

Template Parameters
TMPLTClass template to test against.
TType to test.

Definition at line 72 of file gf.hpp.


The documentation for this struct was generated from the following file: