CPP Homework 04
Exercise from OTUS C++ developer course.
is_specialisation_of< T, typename > Struct Template Reference

Compile-time function to check whether one type is a specialisation of another. More...

Inheritance diagram for is_specialisation_of< T, typename >:
Collaboration diagram for is_specialisation_of< T, typename >:

Detailed Description

template<template< typename ... > class T, typename = void>
struct is_specialisation_of< T, typename >

Compile-time function to check whether one type is a specialisation of another.

Overload for not matched args.

Parameters
TType to compare with.
Anytype.
Returns
false.

Definition at line 50 of file traits.h.


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