Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ WideString
Method
WideString
source/common/utility/zstring.h:139–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
explicit FString(const wchar_t *copyStr);
138
FString &operator = (const wchar_t *copyStr);
139
std::wstring WideString() const { return ::WideString(Chars); }
140
#endif
141
142
// Concatenation constructors
Callers
4
Create
Method · 0.80
SetWindowTitle
Method · 0.80
I_GetLongPathName
Function · 0.80
IsPortable
Function · 0.80
Calls
1
WideString
Function · 0.85
Tested by
1
IsPortable
Function · 0.64