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

Function test_constexpr_get3

test/complex128_basic.cpp:633–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631#if MPPP_CPLUSPLUS >= 202002L
632
633constexpr auto test_constexpr_get3(const complex128 &c)
634{
635 std::complex<double> ret{1, 5};
636 c.get(ret);
637 get(ret, c);
638 return ret;
639}
640
641#endif
642

Callers 1

Calls 2

getFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected