Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ Str
Method
Str
include/CobaltFusion/Str.h:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
{
17
public:
18
explicit Str(const std::string& s) :
19
m_str(s)
20
{
21
}
22
23
explicit Str(const char* s) :
24
m_str(s)
Callers
nothing calls this directly
Calls
1
WideCharToMultiByte
Function · 0.85
Tested by
no test coverage detected