MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / operator<<

Method operator<<

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

Source from the content-addressed store, hash-verified

11712 }
11713 }
11714 friend auto operator<<(std::ostream &os, Duration const &duration) -> std::ostream & {
11715 return os << duration.value() << " " << duration.unitsAsString();
11716 }
11717};
11718} // namespace
11719

Callers

nothing calls this directly

Calls 2

unitsAsStringMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected