A concept to identify types which can be used to implicitly construct string types.
See also
Traits class ArrayTraits which may be specialized for custom types to satisfy this concept - with the aim to make type T compatible (exchangeable) with string types.
Template Parameters
T
The type to be tested (with const and volatile removed).