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

Method IsNull

src/Nazara/Core/String.cpp:2454–2457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2452 */
2453
2454 bool String::IsNull() const
2455 {
2456 return m_sharedString.get() == GetEmptyString().get();
2457 }
2458
2459 /*!
2460 * \brief Checks whether the string is a number

Callers 3

String.cppFile · 0.80
BoundingVolume.cppFile · 0.80
String.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected