Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/derceg/explorerplusplus
/ strToWstr
Function
strToWstr
Explorer++/Helper/StringHelper.cpp:358–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
}
357
358
std::wstring strToWstr(const std::string &source)
359
{
360
std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> converter;
361
return converter.from_bytes(source);
362
}
Callers
4
OnRun
Method · 0.85
ProcessCommandLineSettings
Function · 0.85
from_json
Method · 0.85
toString
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected