MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / stringToWideString

Function stringToWideString

core/stringconversion.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace core {
8
9std::wstring stringToWideString(const std::string& string)
10{
11 std::wstring_convert<std::codecvt_utf8<wchar_t>, wchar_t> converter;
12 return converter.from_bytes(string);
13}
14
15std::vector<std::wstring> stringsToWideStrings(const std::vector<std::string>& strings)
16{

Callers 8

addWorklistRecordMethod · 0.85
updateWorklistRecordMethod · 0.85
deleteWorklistRecordMethod · 0.85
getPatientRecordsMethod · 0.85
getStudyRecordsMethod · 0.85
getImageRecordsMethod · 0.85
getImageFileMethod · 0.85
ifFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected