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

Method eq

src/SFML/System/String.cpp:57–60  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

55
56////////////////////////////////////////////////////////////
57bool U8StringCharTraits::eq(char_type c1, char_type c2) noexcept
58{
59 return c1 == c2;
60}
61
62
63////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected