Types
Construction
Conversion
Values
Arithmetic
- Unary
operator+ - Unary
operator- - Preincrement operator
- Postincrement operator
- Predecrement operator
- Postdecrement operator
operator+=compound assignment operatoroperator-=compound assignment operatoroperator*=compound assignment operatoroperator/=compound assignment operatoroperator%=compound assignment operator for the representationoperator%=compound assignment operator for a duration valueoperator+operator-operator*operator/for dividing by a count valueoperator/for dividing by a duration valueoperator%for dividing by a count valueoperator%for dividing by a duration value
Comparisons
Header
#include <chrono>