| 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 |
nothing calls this directly
no test coverage detected