MCPcopy Create free account
hub / github.com/KDE/kdevelop / operator==

Function operator==

kdevplatform/serialization/indexedstringview.h:104–107  ·  view source on GitHub ↗

* Fast index-based comparison */

Source from the content-addressed store, hash-verified

102 * Fast index-based comparison
103 */
104inline bool operator==(IndexedStringView lhs, IndexedStringView rhs)
105{
106 return lhs.index() == rhs.index();
107}
108
109/**
110 * Fast index-based comparison

Callers

nothing calls this directly

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected