Base class for strings that can be converted from another character type. More...
#include <sstring.h>
Base class for strings that can be converted from another character type.
| K | - character type. |
| Impl | - final class. |
Conversion is performed via UTF conversion. We assume that the strings char are in UTF-8, char16_t - in UTF-16, char32_t - in UTF-32. wchar_t - in Windows UTF-16, in Linux - UTF-32.