Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ operator->
Function
operator->
lib/valueptr.h:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
T* operator->() noexcept {
73
return get();
74
}
75
const T* operator->() const noexcept {
76
return get();
77
}
Callers
nothing calls this directly
Calls
1
get
Function · 0.70
Tested by
no test coverage detected