Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
12.03-constexprPoint0/main.cpp:36–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
int main()
37
{
38
constexpr Point p = move({2, 2}, 3, 2);
39
40
printf(
"x:%lf y:%lf\n"
, p.GetX(), p.GetY());
41
}
Callers
nothing calls this directly
Calls
3
move
Function · 0.85
GetX
Method · 0.80
GetY
Method · 0.80
Tested by
no test coverage detected