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

Method SetX

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

#A Returns void and is constexpr

Source from the content-addressed store, hash-verified

18
19 // #A Returns void and is constexpr
20 constexpr void SetX(double x) noexcept { mX = x; }
21 constexpr void SetY(double y) noexcept { mY = y; }
22
23private:

Callers 1

moveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected