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