CodePorting.Translator.Cs2Cpp.Framework
|
Template magic to check if a type is a string literal. More...
#include <string.h>
Inherits std::integral_constant< bool, IsStringByteSequence< T, CharT >::value &&std::is_array< T >::value >.
Template magic to check if a type is a string literal.
T | checked type. |
CharT | Character type to check against. |