This struct provides a namespace for utility functions that convert time values between different time representations, and "saturate" when values are outside the range of values that may be represented in the destination type (meaning that values above the maximum representable value of the result type are set to the maximum value of the result type, and values below the minimum representable value of the result type are set to the minimum value for the result type).
Synopsis
Declared in <bslmt_saturatedtimeconversionimputil.h>
struct SaturatedTimeConversionImpUtil;
Type Aliases
Name |
Description |
Alias to the platform |
Static Member Functions
Name |
Description |
Assign to the specified |
|
Assign to the specified |
|
Assign to the specified |
Created with MrDocs