MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / symbol

Method symbol

extlibs/catch/include/catch/catch.hpp:2039–2044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2037
2038template <class Ratio>
2039std::string ratio_string<Ratio>::symbol() {
2040 Catch::ReusableStringStream rss;
2041 rss << '[' << Ratio::num << '/'
2042 << Ratio::den << ']';
2043 return rss.str();
2044}
2045template <>
2046struct ratio_string<std::atto> {
2047 static std::string symbol();

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected