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

Method GetSize

src/Nazara/Core/String.cpp:2159–2162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2157 */
2158
2159 std::size_t String::GetSize() const
2160 {
2161 return m_sharedString->size;
2162 }
2163
2164 /*!
2165 * \brief Gets the std::string corresponding

Callers 2

StringMethod · 0.45
SerializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected