MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / GetLength

Method GetLength

src/Nazara/Core/String.cpp:2149–2152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2147 */
2148
2149 std::size_t String::GetLength() const
2150 {
2151 return utf8::distance(m_sharedString->string.get(), &m_sharedString->string[m_sharedString->size]);
2152 }
2153
2154 /*!
2155 * \brief Gets the size of the string

Callers 7

SendCharacterMethod · 0.45
WriteMethod · 0.45
LoadMethod · 0.45
Collider2D.cppFile · 0.45
Vector2.cppFile · 0.45
Vector3.cppFile · 0.45
DampedStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected