| 11810 | |
| 11811 | } |
| 11812 | friend auto operator << (std::ostream& os, Duration const& duration) -> std::ostream& { |
| 11813 | return os << duration.value() << " " << duration.unitsAsString(); |
| 11814 | } |
| 11815 | }; |
| 11816 | } // end anon namespace |
| 11817 |
nothing calls this directly
no test coverage detected