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.
Increments 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 increment.
Requirements
Header: chrono
Namespace: std::chrono