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

Method symbol

unittests/catch.hpp:1173–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1171
1172template <class Ratio>
1173std::string ratio_string<Ratio>::symbol() {
1174 Catch::ReusableStringStream rss;
1175 rss << '[' << Ratio::num << '/'
1176 << Ratio::den << ']';
1177 return rss.str();
1178}
1179template <>
1180struct ratio_string<std::atto> {
1181 static std::string symbol();

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected