MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / symbol

Method symbol

tests/catch.hpp:1715–1720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1713
1714template <class Ratio>
1715std::string ratio_string<Ratio>::symbol() {
1716 Catch::ReusableStringStream rss;
1717 rss << '[' << Ratio::num << '/'
1718 << Ratio::den << ']';
1719 return rss.str();
1720}
1721template <>
1722struct ratio_string<std::atto> {
1723 static std::string symbol();

Callers

nothing calls this directly

Calls 1

strMethod · 0.80

Tested by

no test coverage detected