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

Function main

tests/constexprPoint.cpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16int main()
17{
18 constexpr Point p{2.0, 3.0};
19
20 constexpr double x = /*p.GetX()*/ 2.0f;
21
22 return p.GetX();
23}
24

Callers

nothing calls this directly

Calls 1

GetXMethod · 0.45

Tested by

no test coverage detected