Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ toString
Method
toString
compiler/cpp/tests/catch/catch.hpp:2925–2929 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2923
#endif
2924
2925
std::string toString() const {
2926
std::ostringstream oss;
2927
oss <<
"Approx( "
<< Catch::toString( m_value ) <<
" )"
;
2928
return oss.str();
2929
}
2930
2931
private:
2932
double m_epsilon;
Callers
nothing calls this directly
Calls
2
toString
Function · 0.85
str
Method · 0.80
Tested by
no test coverage detected