MCPcopy Create free account
hub / github.com/d99kris/rapidcsv / ToWString

Method ToWString

src/rapidcsv.h:1972–1975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1970 }
1971
1972 static std::wstring ToWString(const std::string& pStr)
1973 {
1974 return std::wstring_convert<std::codecvt_utf8<wchar_t>, wchar_t>{ }.from_bytes(pStr);
1975 }
1976#if defined(_MSC_VER)
1977#pragma warning (pop)
1978#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected