ds.count()
days to d
.ds.count()
days from d
.day
x
and y
.std::chrono::day(unsigned(d) + ds.count())
std::chrono::day(unsigned(d) - ds.count())
std::chrono::days(int(unsigned(x)) - int(unsigned(y)))
For (1-3), if the result would be outside the range [0, 255], the actual stored value is unspecified.
increments or decrements the day (public member function) |
|
adds or subtracts a number of days (public member function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/chrono/day/operator_arith_2