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

Method operator->

kdevplatform/language/duchain/duchainpointer.h:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 Type* operator->() const
142 {
143 Q_ASSERT(d);
144 return static_cast<Type*>(d->base());
145 }
146
147 bool operator<(const DUChainPointer<Type>& rhs) const
148 {

Callers

nothing calls this directly

Calls 1

baseMethod · 0.80

Tested by

no test coverage detected