See the corresponding bsl::vector overload above.
Declared in <bbldc_perioddaterangedaycountadapter.h>
PeriodDateRangeDayCountAdapter(
std::pmr::vector<bdlt::Date> const& periodDate,
double periodYearDiff,
bslma::Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| periodDate | sorted unique period-boundary dates |
| periodYearDiff | year fraction of each period |
| basicAllocator | memory allocator; null uses the default |