Описание тега wstring

C++ standard library class to hold strings with wide characters. Behaves differently on Windows vs. Linux.

C++ standard library class to hold strings with wide characters. On Linux, it holds 4-byte characters; while on Windows, it holds 2-byte characters.