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

Method Point

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected