MCPcopy 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
34std::wstring ToWString (const std::string& str)
35{
36 return std::wstring_convert<std::codecvt_utf8<wchar_t>> ().from_bytes (str);
37}
38
39STRING_UTILS_API std::wstring ToWString(std::string_view str)
40{

Callers 6

ShowErrorMethod · 0.85
ToLowerFunction · 0.85
ToUpperFunction · 0.85
RefreshMethod · 0.85
RefreshMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected