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

Method operator <<

unittests/catch.hpp:11812–11814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11810
11811 }
11812 friend auto operator << (std::ostream& os, Duration const& duration) -> std::ostream& {
11813 return os << duration.value() << " " << duration.unitsAsString();
11814 }
11815};
11816} // end anon namespace
11817

Callers

nothing calls this directly

Calls 2

unitsAsStringMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected