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

Method SetY

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

Source from the content-addressed store, hash-verified

33
34 constexpr void SetX(double x) noexcept { mX = x; }
35 constexpr void SetY(double y) noexcept { mY = y; }
36
37 template<size_t N>
38 constexpr decltype(auto) get() noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected