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