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