MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / SetX

Method SetX

tests/constexprPoint.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 constexpr double GetY() const noexcept { return mY; }
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected