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

Method GetX

tests/StructuredBindingsHandler5Test.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 constexpr double GetX() const noexcept { return mX; }
32 constexpr double GetY() const noexcept { return mY; }
33
34 constexpr void SetX(double x) noexcept { mX = x; }

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected