fd::gregorian::lockstep_date_days_adjustor — Adds a specified number of days to a date.
// In header: <fd/date_adjustors.h> struct lockstep_date_days_adjustor { // public member functions constexpr date adjust_as_needed(const date &) const; // public data members days offsetDays; };