MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / ConvertToString

Method ConvertToString

deps/FtpClient/Definements.h:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 static std::string ConvertToString(const tstring& strIn)
171 {
172 std::string strOut;
173 return ConvertToString(strIn, strOut);
174 }
175
176 static std::string& ConvertToString(const tstring& strIn, std::string& strOut)
177 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected