CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
System::detail::is_a< Tested, TypeToBe > Struct Template Reference

Tests if specific type is a specialization of specific template. If it is, inherits std::true_type, otherwise inherits std::false_type. More...

#include <detail.h>

Inherits Is_A_Internal::template type< Tested >.

Detailed Description

template<typename Tested, template< class ...T > class TypeToBe>
struct System::detail::is_a< Tested, TypeToBe >

Tests if specific type is a specialization of specific template. If it is, inherits std::true_type, otherwise inherits std::false_type.

Template Parameters
TestedType to check.
TypeToBeTemplate to check against.
TTypeToBe formal template arguments.