MCPcopy Create free account
hub / github.com/KDE/kdevelop / qHash

Function qHash

kdevplatform/language/util/setrepository.h:379–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377
378template<class T, class Conversion, class StaticRepository, bool doReferenceCounting, class StaticAccessLocker>
379size_t qHash(const StorableSet<T, Conversion, StaticRepository, doReferenceCounting, StaticAccessLocker>& set)
380{
381 return set.setIndex();
382}
383/** This is a helper-class that helps inserting a bunch of items into a set without caring about grouping them together.
384 *
385 * It creates a much better tree-structure if many items are inserted at one time, and this class helps doing that in

Callers 1

KDevHashClass · 0.70

Calls 1

setIndexMethod · 0.45

Tested by

no test coverage detected