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