Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ WStr
Method
WStr
include/CobaltFusion/Str.h:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
{
64
public:
65
explicit WStr(const std::string& s) :
66
m_str(Win32::MultiByteToWideChar(s))
67
{
68
}
69
70
explicit WStr(const std::wstring& s) :
71
m_str(s)
Callers
nothing calls this directly
Calls
1
MultiByteToWideChar
Function · 0.85
Tested by
no test coverage detected