intersectBusinessDays overloads
Synopses
Declared in <bdlt_calendar.h>
Merge other so business days become the intersection of both calendars.
void
intersectBusinessDays(Calendar const& other);
See the corresponding Calendar overload above.
void
intersectBusinessDays(PackedCalendar const& other);
Parameters
Name |
Description |
other |
calendar to intersect with this calendar |
Created with MrDocs