MCPcopy Create free account
hub / github.com/anjo76/angelscript / WStringToString

Function WStringToString

sdk/tests/test_feature/source/teststdstring.cpp:501–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501void WStringToString(const wstring &ws, string &s)
502{
503 s = string(ws.begin(), ws.end());
504}
505
506void SetQuestClassByRef(const wstring &moduleName)
507{

Callers 2

SetQuestClassByRefFunction · 0.85
SetQuestClassByValFunction · 0.85

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected