PrevUpHomeNext

Class week_iterator

fd::gregorian::week_iterator

Synopsis

// In header: <fd/date_iterators.h>


class week_iterator : public fd::gregorian::date_iterator_interface {
public:

  // public member functions
  week_iterator(date_type, int);
  constexpr duration_type get_offset(const date_type &) const;
  constexpr duration_type get_neg_offset(const date_type &) const;
};

Description

week_iterator public member functions

  1. week_iterator(date_type d, int f);
  2. constexpr duration_type get_offset(const date_type & current) const;
  3. constexpr duration_type get_neg_offset(const date_type & current) const;

PrevUpHomeNext