Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ CFixedString
Method
CFixedString
Source/Utility/String.h:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
{
130
public:
131
CFixedString()
132
{
133
strcpy( mpString,
""
);
134
}
135
136
CFixedString( CConstString string )
137
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected