Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ SetY
Method
SetY
tests/constexprPoint.cpp:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
constexpr void SetX(double x) noexcept { mX = x; }
9
constexpr void SetY(double y) noexcept { mY = y; }
10
private:
11
double mX, mY;
12
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected