MCPcopy Create free account
hub / github.com/cinemast/libjson-rpc-cpp / toString

Method toString

src/catch2/catch.hpp:7888–7892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7886 }
7887
7888 std::string Approx::toString() const {
7889 ReusableStringStream rss;
7890 rss << "Approx( " << ::Catch::Detail::stringify( m_value ) << " )";
7891 return rss.str();
7892 }
7893
7894 bool Approx::equalityComparisonImpl(const double other) const {
7895 // First try with fixed margin, then compute margin based on epsilon, scale and Approx's value

Callers 6

test_client.cppFile · 0.45
describeMethod · 0.45
describeMethod · 0.45
describeMethod · 0.45
convertMethod · 0.45

Calls 3

stringifyFunction · 0.85
strMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected