|
CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
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 >.
Tests if specific type is a specialization of specific template. If it is, inherits std::true_type, otherwise inherits std::false_type.
| Tested | Type to check. |
| TypeToBe | Template to check against. |
| T | TypeToBe formal template arguments. |