carl  24.04
Computer ARithmetic Library
carl::is_instantiation_of< Template, Template< Args... > > Struct Template Reference

#include <SFINAE.h>

Inheritance diagram for carl::is_instantiation_of< Template, Template< Args... > >:
Collaboration diagram for carl::is_instantiation_of< Template, Template< Args... > >:

Static Public Attributes

static const bool value = true
 

Detailed Description

template<template< typename... > class Template, typename... Args>
struct carl::is_instantiation_of< Template, Template< Args... > >

Definition at line 108 of file SFINAE.h.

Field Documentation

◆ value

template<template< typename... > class Template, typename... Args>
const bool carl::is_instantiation_of< Template, Template< Args... > >::value = true
static

Definition at line 108 of file SFINAE.h.


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