System::IsStringPointer< T, CharT > Struct Template Reference

Inherits integral_constant< bool, IsStringByteSequence< T, CharT >::value &&std::is_pointer< T >::value >.

Detailed Description

template<typename T, typename CharT>
struct System::IsStringPointer< T, CharT >

Template magic to check if a type is a pointer to character string.

Template Parameters
Tchecked type.
CharTCharacter type to check against.