Return a reverse iterator to the last weekend‐days transition.
Synopsis
Declared in <bdlt_calendar.h>
Calendar::WeekendDaysTransitionConstReverseIterator
rbeginWeekendDaysTransitions() const;
Description
Return an iterator providing non‐modifiable access to the last weekend‐days transition in the chronological sequence of weekend‐days transitions maintained by this calendar. If this calendar has no weekend‐days transitions, the returned iterator has the same value as that returned by rendWeekendDaysTransitions().
Return Value
a reverse iterator to the last weekend‐days transition
Created with MrDocs