BloombergLP::bdlt::PackedCalendar::rbeginBusinessDays

rbeginBusinessDays overloads

Synopses

Declared in <bdlt_packedcalendar.h>

Return an iterator to the last business day in this calendar.

PackedCalendar::BusinessDayConstReverseIterator
rbeginBusinessDays() const;
» more...

Return an iterator to the first business day on or before date.

PackedCalendar::BusinessDayConstReverseIterator
rbeginBusinessDays(Date const& date) const;
» more...

Return Value

  • an iterator to the last business day in this calendar
  • an iterator to the first business day on or before date

Parameters

NameDescription
datestarting date for the reverse business-day search