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

Method ToString

src/rapidcsv.h:1967–1970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1965#pragma warning (disable: 4996)
1966#endif
1967 static std::string ToString(const std::wstring& pWStr)
1968 {
1969 return std::wstring_convert<std::codecvt_utf8<wchar_t>, wchar_t>{ }.to_bytes(pWStr);
1970 }
1971
1972 static std::wstring ToWString(const std::string& pStr)
1973 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected