MCPcopy Create free account
hub / github.com/Profactor/cv-plot / operator-

Method operator-

CvPlot/ext/catch2/inc/catch.hpp:7795–7799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7793 }
7794
7795 Approx Approx::operator-() const {
7796 auto temp(*this);
7797 temp.m_value = -temp.m_value;
7798 return temp;
7799 }
7800
7801 std::string Approx::toString() const {
7802 ReusableStringStream rss;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected