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

Function test_constexpr_c128_assignment

test/complex128_basic.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63constexpr auto test_constexpr_c128_assignment(const cplex128 &c)
64{
65 complex128 c2{};
66 c2 = c;
67 return c2;
68}
69
70constexpr auto test_constexpr_interop_assignment(int n)
71{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected