Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Decrements the stored tick count.
duration& operator--();
duration operator--(int);
Return Value
The first method returns *this.
The second method returns a copy of *this that is made before the decrement.
Requirements
Header: chrono
Namespace: std::chrono