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

Method find

src/SFML/System/String.cpp:101–105  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

99
100////////////////////////////////////////////////////////////
101const U8StringCharTraits::char_type* U8StringCharTraits::find(const char_type* s, std::size_t n, const char_type& c)
102{
103 return reinterpret_cast<const char_type*>(
104 std::char_traits<char>::find(reinterpret_cast<const char*>(s), n, static_cast<char>(c)));
105}
106
107
108////////////////////////////////////////////////////////////

Callers 15

String.test.cppFile · 0.80
Http.test.cppFile · 0.80
isConnectedMethod · 0.80
processMotionEventMethod · 0.80
isTouchDownFunction · 0.80
getTouchPositionFunction · 0.80
openMethod · 0.80
updateMethod · 0.80
isConnectedMethod · 0.80
getAtomFunction · 0.80
ensureMappingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected