Boost
C++ Libraries“...one of the most highly regarded and expertly designed C++ library projects in the world.” — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::year_functor — Functor to iterate by a year adjusting for leap years.
template<typename date_type> class year_functor { public: // types typedef date_type::duration_type duration_type; // construct/copy/destruct year_functor(int); // public member functions duration_type get_offset(const date_type &) const; duration_type get_neg_offset(const date_type &) const; };