Reserve capacity for at least the specified number of holiday codes.
Declared in <bdlt_packedcalendar.h>
void
reserveHolidayCodeCapacity(int numHolidayCodes);
Reserve enough space to store at least the specified numHolidayCodes within this calendar assuming no additional holidays are added to this calendar. This method has no effect if numHolidayCodes <= numHolidayCodesTotal().
| Name | Description |
|---|---|
| numHolidayCodes | minimum holiday-code capacity to reserve |