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

Function operator<

kdevplatform/serialization/indexedstringview.h:120–123  ·  view source on GitHub ↗

* Does not compare alphabetically, uses the index for ordering. */

Source from the content-addressed store, hash-verified

118 * Does not compare alphabetically, uses the index for ordering.
119 */
120inline bool operator<(IndexedStringView lhs, IndexedStringView rhs)
121{
122 return lhs.index() < rhs.index();
123}
124
125inline size_t qHash(IndexedStringView str)
126{

Callers

nothing calls this directly

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected