Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
621
constexpr 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
complex128_basic.cpp
File · 0.85
Calls
2
get
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected