Set the specified date object to have the value that is one day later than its current value, and return the value of date on entry. The behavior is undefined if the value of date on entry is 9999/12/31.

Synopsis

Declared in <bdlt_date.h>

bdlt::Date
operator++(
    Date& date,
    int);

Created with MrDocs