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