MCPcopy Create free account
hub / github.com/MyGUI/mygui / operator==

Method operator==

Tools/EditorFramework/pugixml.cpp:7696–7701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7694 }
7695
7696 bool operator==(const char_t* other) const
7697 {
7698 size_t length = static_cast<size_t>(end - begin);
7699
7700 return strequalrange(other, begin, length);
7701 }
7702};
7703
7704class xpath_lexer

Callers

nothing calls this directly

Calls 1

strequalrangeFunction · 0.70

Tested by

no test coverage detected