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

Method GetY

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

Source from the content-addressed store, hash-verified

4
5 constexpr double GetX() const noexcept { return mX; }
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected