Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ c_str
Method
c_str
Source/Utility/String.h:300–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
299
inline operator const char * () const { return mpString; }
300
inline const char * c_str() const { return mpString; }
301
302
bool operator==( CConstString string )
303
{
Callers
2
Copy
Method · 0.45
Append
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected