TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
nda::is_instantiation_of< TMPLT, T >

#include <nda/traits.hpp>

Detailed Description

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

Check if type T is of type TMPLT<...>.

For example, the following code will compile:

Template Parameters
TMPLTTemplate type to check against.
TType to check.

Definition at line 51 of file traits.hpp.

Inherits std::false_type.


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