generateFromDayInterval overloads
Synopses
Declared in <bblb_schedulegenerationutil.h>
Load, into the specified schedule, the chronologically increasing sequence of unique dates that are integral multiples of the specified intervalInDays away from the specified example date, and within the specified closed‐interval [earliest, latest]. The behavior is undefined unless earliest <= latest and 1 <= intervalInDays.
static
void
generateFromDayInterval(
bsl::vector<bdlt::Date>* schedule,
bdlt::Date const& earliest,
bdlt::Date const& latest,
bdlt::Date const& example,
int intervalInDays);
See the corresponding bsl::vector overload above.
static
void
generateFromDayInterval(
std::pmr::vector<bdlt::Date>* schedule,
bdlt::Date const& earliest,
bdlt::Date const& latest,
bdlt::Date const& example,
int intervalInDays);
See the corresponding bsl::vector overload above.
static
void
generateFromDayInterval(
std::vector<bdlt::Date>* schedule,
bdlt::Date const& earliest,
bdlt::Date const& latest,
bdlt::Date const& example,
int intervalInDays);
Created with MrDocs