Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ SetY
Method
SetY
12.03-constexprPoint0/main.cpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
// #A Returns void and is constexpr
20
constexpr void SetX(double x) noexcept { mX = x; }
21
constexpr void SetY(double y) noexcept { mY = y; }
22
23
private:
24
double mX;
Callers
1
move
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected