Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template year_functor

boost::date_time::year_functor — Functor to iterate by a year adjusting for leap years.

Synopsis

// In header: <boost/date_time/adjust_functors.hpp>

template<typename date_type> 
class year_functor {
public:
  // types
  typedef  ;

  // construct/copy/destruct
  ();

  // public member functions
   () ;
   () ;
};

Description

year_functor public construct/copy/destruct

  1. ( f);

year_functor public member functions

  1.  ( d) ;
  2.  ( d) ;

PrevUpHomeNext