NiHu  2.0
NiHu::is_specialisation< T, Enable > Struct Template Reference

Metafunction that determines if a type is a specialisation. More...

#include <is_specialisation.hpp>

Detailed Description

template<class T, class Enable = void>
struct NiHu::is_specialisation< T, Enable >

Metafunction that determines if a type is a specialisation.

Returns
True in the general case

This is the general case, which is instantiated as a fallback when the specialised case below results in a substitution error,

Definition at line 56 of file is_specialisation.hpp.


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