Provide read‐only, sequential access in increasing (chronological) order to the business days in a PackedCalendar object.
Synopsis
Declared in <bdlt_packedcalendar.h>
class PackedCalendar_BusinessDayConstIterator;
Type Aliases
Name |
Description |
Iterator difference type. |
|
Iterator category for this business‐day iterator. |
|
Iterator pointer type. |
|
The star operator returns a |
|
Iterator value type. |
Member Functions
Name |
Description |
|
Create an iterator having the value of the specified |
|
Destroy this object. |
Assign to this iterator the value of the specified |
|
Return a |
|
Advance this iterator to the next business day in the associated calendar. |
|
Regress this iterator to the previous business day in the associated calendar. |
|
Return a date proxy for the business day referenced by this iterator. |
Friends
Name |
Description |
Return |
|
Return |
|
Space‐efficient, value‐semantic repository of weekend and holiday information. |
Non-Member Functions
Name |
Description |
Advance |
|
Regress |
Created with MrDocs