MCPcopy 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
358std::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

OnRunMethod · 0.85
from_jsonMethod · 0.85
toStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected