MCPcopy Create free account
hub / github.com/SFML/SFML / length

Method length

src/SFML/System/String.cpp:94–97  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

92
93////////////////////////////////////////////////////////////
94std::size_t U8StringCharTraits::length(const char_type* s)
95{
96 return std::strlen(reinterpret_cast<const char*>(s));
97}
98
99
100////////////////////////////////////////////////////////////

Callers 15

Vector2.test.cppFile · 0.80
Vector3.test.cppFile · 0.80
Utf.test.cppFile · 0.80
operator==Function · 0.80
StringMethod · 0.80
toAnsiStringMethod · 0.80
toWideStringMethod · 0.80
toUtf8Method · 0.80
toUtf16Method · 0.80
computeDirectionFunction · 0.80
compileMethod · 0.80
sendCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected