Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ ToWString
Function
ToWString
libraries/lib-string-utils/CodeConversions.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
std::wstring ToWString (const std::string& str)
35
{
36
return std::wstring_convert<std::codecvt_utf8<wchar_t>> ().from_bytes (str);
37
}
38
39
STRING_UTILS_API std::wstring ToWString(std::string_view str)
40
{
Callers
6
ShowError
Method · 0.85
SchemeRegistrar.cpp
File · 0.85
ToLower
Function · 0.85
ToUpper
Function · 0.85
Refresh
Method · 0.85
Refresh
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected