Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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