Share via


duration::operator*= Operator

Multiplies the stored tick count by a specified value.

duration& operator*=(const rep& Mult);

Parameters

  • Mult
    A value of the type that is specified by duration::rep.

Return Value

The duration object after the multiplication is performed.

Requirements

Header: chrono

Namespace: std::chrono

See Also

Reference

duration Class

<chrono>