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