MCPcopy 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

swapFunction · 0.80
ByteArray.cppFile · 0.80
SECTIONFunction · 0.80

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected