fmt::safe_duration_cast

Functions

Name Description
lossless_integral_conversion Converts From to To, without loss. If the dynamic value of from can't be converted to To without loss, ec is set.
safe_duration_cast Safe duration_cast between floating point durations
safe_float_conversion converts From to To if possible, otherwise ec is set.

Created with MrDocs