Type trait to check if a class is a specialization of a template with non-type parameters.
More...
#include <ikarus/utils/traits.hh>
template<template< auto... > class Type, auto... N>
struct Ikarus::traits::isSpecializationNonTypes< Type, Type< N... > >
- Template Parameters
-
Type | Template class with non-type parameters. |
N | Non-type parameters. |
The documentation for this struct was generated from the following file: