PrevUpHomeNext

Struct builtin_calendar_date_combo_adjustor

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.

Synopsis

// 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;
};

Description

builtin_calendar_date_combo_adjustor public member functions

  1. constexpr gregorian::date adjust_as_needed(gregorian::date current) const;

PrevUpHomeNext