Advance this date by one day.
Synopsis
Declared in <bdlt_date.h>
Date&
operator++();
Description
Set this object to have the value that is one day later than its current value, and return a reference providing modifiable access to this object. The behavior is undefined if the year/month/day representation of the current value is 9999/12/31.
Return Value
reference providing modifiable access to this object
Created with MrDocs