Reserve capacity for at least the specified number of holidays.
Declared in <bdlt_calendar.h>
void
reserveHolidayCapacity(int numHolidays);
Reserve enough space to store at least the specified numHolidays within this calendar. This method has no effect if numHolidays <= numHolidays().
| Name | Description |
|---|---|
| numHolidays | minimum holiday capacity to reserve |