duration::operator-- 연산자
저장된 tick 횟수를 줄입니다.
duration& operator--();
duration operator--(int);
반환 값
첫 메서드가 *this를 반환합니다.
The second method returns a copy of *this that is made before the decrement.
요구 사항
Header: chrono
네임 스페이스: std::chrono
저장된 tick 횟수를 줄입니다.
duration& operator--();
duration operator--(int);
첫 메서드가 *this를 반환합니다.
The second method returns a copy of *this that is made before the decrement.
Header: chrono
네임 스페이스: std::chrono