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

Method compare

src/SFML/System/String.cpp:87–90  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

85
86////////////////////////////////////////////////////////////
87int U8StringCharTraits::compare(const char_type* s1, const char_type* s2, std::size_t n)
88{
89 return std::memcmp(s1, s2, n);
90}
91
92
93////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected