Regress this iterator to the previous holiday in the calendar.
Synopsis
Declared in <bdlt_packedcalendar.h>
PackedCalendar_HolidayConstIterator&
operator‐‐();
Description
Regress this iterator to refer to the previous holiday in the calendar, and return a reference providing modifiable access to this object. The behavior is undefined unless, on entry, this iterator references a valid holiday that is not the first holiday in the associated calendar.
Return Value
a reference providing modifiable access to this object
Created with MrDocs