Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ String
Method
String
src/Nazara/Core/String.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
*/
93
94
String::String() :
95
m_sharedString(GetEmptyString())
96
{
97
}
98
99
/*!
100
* \brief Constructs a String object with a character
Callers
nothing calls this directly
Calls
2
GetConstBuffer
Method · 0.80
GetSize
Method · 0.45
Tested by
no test coverage detected