MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator <<

Method operator <<

tests/catch.hpp:13330–13332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13328
13329 }
13330 friend auto operator << (std::ostream& os, Duration const& duration) -> std::ostream& {
13331 return os << duration.value() << " " << duration.unitsAsString();
13332 }
13333};
13334} // end anon namespace
13335

Callers

nothing calls this directly

Calls 2

unitsAsStringMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected