Convert src to milliseconds with saturation.
Declared in <bslmt_saturatedtimeconversionimputil.h>
Convert src to milliseconds with saturation.
static
void
toMillisec(
bsls::Types::Uint64* dst,
bsls::TimeInterval const& src);
» more...
Convert src to milliseconds with saturation.
static
void
toMillisec(
unsigned int* dst,
bsls::TimeInterval const& src);
» more...
Convert src to milliseconds with saturation.
static
void
toMillisec(
unsigned long* dst,
bsls::TimeInterval const& src);
» more...
| Name | Description |
|---|---|
| dst | destination receiving the millisecond count |
| src | source time interval to convert |