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

Method operator!=

src/ap.cpp:40–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40const bool ap::operator!=(const ap::complex& lhs, const ap::complex& rhs)
41{ return !(lhs==rhs); }
42
43const ap::complex ap::operator+(const ap::complex& lhs)
44{ return lhs; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected