MCPcopy Create free account
hub / github.com/T4y1oR/RingQ / wstringToString

Function wstringToString

RingQ/RingQ.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261std::string wstringToString(const std::wstring& wstr) {
262 std::string str(wstr.begin(), wstr.end());
263 return str;
264}
265
266bool isFileExists(const std::string& file_path) {
267 std::ifstream file(file_path);

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected