MCPcopy Create free account
hub / github.com/bluescarni/mppp / test_constexpr_get2

Function test_constexpr_get2

test/complex128_basic.cpp:621–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621constexpr auto test_constexpr_get2(const complex128 &c)
622{
623 real128 n1{-1};
624 c.get(n1);
625 get(n1, c);
626 return n1;
627}
628
629#endif
630

Callers 1

Calls 2

getFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected