MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / symbol

Method symbol

Bcore/src/main/cpp/Dobby/tests/catch.hpp:1102–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100template <class Ratio> struct ratio_string { static std::string symbol(); };
1101
1102template <class Ratio> std::string ratio_string<Ratio>::symbol() {
1103 Catch::ReusableStringStream rss;
1104 rss << '[' << Ratio::num << '/' << Ratio::den << ']';
1105 return rss.str();
1106}
1107template <> struct ratio_string<std::atto> { static std::string symbol(); };
1108template <> struct ratio_string<std::femto> { static std::string symbol(); };
1109template <> struct ratio_string<std::pico> { static std::string symbol(); };

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected