Default constructor of default definition.
| 31 | |
| 32 | /// Default constructor of default definition. |
| 33 | constexpr point() noexcept = default; |
| 34 | |
| 35 | /// Value-based constructor that takes `x` and `y` values and sinks them into place. |
| 36 | /// @param _x The `x` coordinate to sink. |
nothing calls this directly
no outgoing calls
no test coverage detected