Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ SetX
Method
SetX
12.03-constexprPoint0/main.cpp:20–20 ·
view source on GitHub ↗
#A Returns void and is constexpr
Source
from the content-addressed store, hash-verified
18
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:
Callers
1
move
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected