Inherits 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. |