std::wstring_convert::from_bytes (3) Linux Manual Page
NAME std::wstring_convert<Codecvt,Elem,Wide_alloc,Byte_alloc>::from_bytes – std::wstring_convert<Codecvt,Elem,Wide_alloc,Byte_alloc>::from_bytes SYNOPSIS Defined in header <locale> wide_string from_bytes(char byte); // (1) wide_string from_bytes(const char* ptr); // (2) wide_string from_bytes(const byte_string& str); // (3) wide_string from_bytes(const char* first, const char* last); // (4) Performs multibyte to wide conversion, using the codecvt facet supplied at construction. (1) Converts byte as if it was a…
