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

Method GetY

tests/StructuredBindingsHandler6Test.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34 constexpr double GetX() const noexcept { return mX; }
35 constexpr double GetY() const noexcept { return mY; }
36
37 constexpr void SetX(double x) noexcept { mX = x; }
38 constexpr void SetY(double y) noexcept { mY = y; }

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected