PrevUpHomeNext

Struct lockstep_date_days_adjustor

fd::gregorian::lockstep_date_days_adjustor — Adds a specified number of days to a date.

Synopsis

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

Description

lockstep_date_days_adjustor public member functions

  1. constexpr date adjust_as_needed(const date & current) const;

PrevUpHomeNext