fd::builtin_calendar_date_combo_adjustor — A adjustor that adjusts a date in terms a builtin_calendar_date_adjustor
and lockstep_date_days_adjustor
, in that specific order.
// In header: <fd/date_adjustors.h> struct builtin_calendar_date_combo_adjustor : public fd::builtin_calendar_date_adjustor, public fd::gregorian::lockstep_date_days_adjustor { // public member functions constexpr gregorian::date adjust_as_needed(gregorian::date) const; };