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

Method GetX

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

Source from the content-addressed store, hash-verified

32 }
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; }

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected