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.
Subtracts a specified value from the stored duration value.
time_point& operator-=(
const duration& Dur
);
Parameters
- Dur
A duration object.
Return Value
The time_point object after the subtraction is performed.
Requirements
Header: chrono
Namespace: std::chrono