version 0.4.1
Ikarus::traits::isSpecializationNonTypeAndTypes< Type, Type< T, N... > > Struct Template Reference

Type trait to check if a class is a specialization of a template with a non-type parameter and types. More...

#include <ikarus/utils/traits.hh>

Inheritance diagram for Ikarus::traits::isSpecializationNonTypeAndTypes< Type, Type< T, N... > >:
[legend]

Detailed Description

template<template< auto, typename... > class Type, auto T, typename... N>
struct Ikarus::traits::isSpecializationNonTypeAndTypes< Type, Type< T, N... > >
Template Parameters
TypeTemplate class with a non-type parameter and types.
TNon-type parameter.
NTypes used to instantiate the template.

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