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

Method Point

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

Source from the content-addressed store, hash-verified

23{
24public:
25 constexpr Point(double x, double y) noexcept
26 : mX(x)
27 , mY(y)
28 {
29 }
30
31 constexpr double GetX() const noexcept { return mX; }
32 constexpr double GetY() const noexcept { return mY; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected