BloombergLP::bdlt::operator++

Advance iterator to the next business day and return its previous value.

Synopsis

Declared in <bdlt_packedcalendar.h>

bdlt::PackedCalendar_BusinessDayConstIterator
operator++(
    PackedCalendar_BusinessDayConstIterator& iterator,
    int unused);

Description

Advance the specified iterator to refer to the next business day in the associated calendar, and return the previous value of iterator. The behavior is undefined unless, on entry, iterator references a valid business day.

Return Value

the previous value of iterator

Parameters

NameDescription
iteratorbusiness-day iterator to advance
unusedunused argument distinguishing the postfix operator