MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / GetX

Method GetX

12.03-constexprPoint0/main.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 {}
15
16 constexpr double GetX() const noexcept { return mX; }
17 constexpr double GetY() const noexcept { return mY; }
18
19 // #A Returns void and is constexpr

Callers 2

moveFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected