* Helper to count the seconds in any std::chrono::duration type */
| 47 | * Helper to count the seconds in any std::chrono::duration type |
| 48 | */ |
| 49 | inline double CountSecondsDouble(SecondsDouble t) { return t.count(); } |
| 50 | |
| 51 | /** |
| 52 | * DEPRECATED |
no test coverage detected