Share via


duration::operator/= Operator

Divides the stored tick count by a specified value.

duration& operator/=(const rep& Div);

Parameters

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

Return Value

The duration object after the division is performed.

Requirements

Header: chrono

Namespace: std::chrono

See Also

Reference

duration Class

<chrono>