/////////////////////////////////////////////////////// \brief Default constructor Sets the time value to zero. ///////////////////////////////////////////////////////
| 48 | /// |
| 49 | //////////////////////////////////////////////////////////// |
| 50 | constexpr Time() = default; |
| 51 | |
| 52 | //////////////////////////////////////////////////////////// |
| 53 | /// \brief Construct from `std::chrono::duration` |
nothing calls this directly
no outgoing calls
no test coverage detected