CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Template magic to check if a type is a sequence of string characters. More...
#include <string.h>
Inherits std::integral_constant< bool, std::is_same< std::remove_const< std::remove_pointer< std::decay< T >::type >::type >::type, CharT >::value >.
Template magic to check if a type is a sequence of string characters.
T | checked type. |
CharT | Character type to check against. |