| 654 | /// Construct a duration object with the given duration. |
| 655 | template <class _Rep2> |
| 656 | explicit duration(const _Rep2& r) : rep_(r) {}; |
| 657 | |
| 658 | /// Return the value of the duration object. |
| 659 | rep count() const |
nothing calls this directly
no outgoing calls
no test coverage detected