Safe duration_cast between floating point durations
Synopsis
Declared in <fmt/chrono.h>
template<
typename To,
typename FromRep,
typename FromPeriod>
To
safe_duration_cast(
std::chrono::duration<FromRep, FromPeriod> from,
int& ec);
Created with MrDocs