MCPcopy Create free account
hub / github.com/FidoProject/Fido / toString

Method toString

tests/catch.h:2673–2677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2671 }
2672
2673 std::string toString() const {
2674 std::ostringstream oss;
2675 oss << "Approx( " << Catch::toString( m_value ) << " )";
2676 return oss.str();
2677 }
2678
2679 private:
2680 double m_epsilon;

Callers

nothing calls this directly

Calls 1

toStringFunction · 0.85

Tested by

no test coverage detected