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

Template magic to check if a type is a sequence of string characters. More...

Inherits integral_constant< bool, std::is_same< std::remove_const< std::remove_pointer< std::decay< T >::type >::type >::type, CharT >::value >.

Detailed Description

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

Template magic to check if a type is a sequence of string characters.

Template Parameters
Tchecked type.
CharTCharacter type to check against.