Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ Swap
Method
Swap
src/Nazara/Core/String.cpp:4070–4073 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4068
*/
4069
4070
void String::Swap(String& str)
4071
{
4072
std::swap(m_sharedString, str.m_sharedString);
4073
}
4074
4075
/*!
4076
* \brief Converts the string to boolean
Callers
3
swap
Function · 0.80
ByteArray.cpp
File · 0.80
SECTION
Function · 0.80
Calls
1
swap
Function · 0.85
Tested by
no test coverage detected