MCPcopy Create free account
hub / github.com/apache/trafficserver / operator <<

Method operator <<

lib/catch2/catch.hpp:16362–16364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16360
16361 }
16362 friend auto operator << (std::ostream& os, Duration const& duration) -> std::ostream& {
16363 return os << duration.value() << ' ' << duration.unitsAsString();
16364 }
16365};
16366} // end anon namespace
16367

Callers

nothing calls this directly

Calls 2

unitsAsStringMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected