Compile-time function to check whether one type is a specialisation of another.
More...
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
-
T | Type to compare with. |
Any | type. |
- Returns
- false.
Definition at line 50 of file traits.h.
The documentation for this struct was generated from the following file: