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

Function test_constexpr_get1

test/complex128_basic.cpp:613–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611#if MPPP_CPLUSPLUS >= 201402L
612
613constexpr auto test_constexpr_get1(const complex128 &c)
614{
615 int n1 = -1;
616 c.get(n1);
617 get(n1, c);
618 return n1;
619}
620
621constexpr auto test_constexpr_get2(const complex128 &c)
622{

Callers 1

Calls 2

getFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected