Add u16string to string conversion function for CMKeyboardV2Controller.cpp
This commit is contained in:
parent
c6fe58e635
commit
511c266178
3 changed files with 10 additions and 1 deletions
|
|
@ -16,5 +16,6 @@ class StringUtils
|
|||
public:
|
||||
static const char* wchar_to_char(const wchar_t* pwchar);
|
||||
static std::string wstring_to_string(const std::wstring wstring);
|
||||
static std::string u16string_to_string(const std::u16string wstring);
|
||||
static const std::string remove_null_terminating_chars(std::string input);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue