MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator <<

Method operator <<

extlibs/catch/include/catch/catch.hpp:15546–15548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15544
15545 }
15546 friend auto operator << (std::ostream& os, Duration const& duration) -> std::ostream& {
15547 return os << duration.value() << " " << duration.unitsAsString();
15548 }
15549};
15550} // end anon namespace
15551

Callers

nothing calls this directly

Calls 2

unitsAsStringMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected