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

Function test_constexpr_interop_assignment

test/complex128_basic.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70constexpr auto test_constexpr_interop_assignment(int n)
71{
72 complex128 c2{};
73 c2 = n;
74 return c2;
75}
76
77constexpr auto test_constexpr_cpp_complex_assignment(const std::complex<double> &c)
78{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected