Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ operator<
Method
operator<
kdevplatform/language/duchain/duchainpointer.h:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
bool operator<(const DUChainPointer<Type>& rhs) const
148
{
149
return d.data() < rhs.d.data();
150
}
151
152
template <class NewType>
153
DUChainPointer<NewType> dynamicCast() const
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected