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  ;

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

Description

year_functor public member functions

  1. ( f);
  2.  ( d) ;
  3.  ( d) ;

PrevUpHomeNext