MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / operator+

Method operator+

src/ap.cpp:43–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41{ return !(lhs==rhs); }
42
43const ap::complex ap::operator+(const ap::complex& lhs)
44{ return lhs; }
45
46const ap::complex ap::operator-(const ap::complex& lhs)
47{ return ap::complex(-lhs.x, -lhs.y); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected