Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template day_functor

boost::date_time::day_functor — Functor to iterate a fixed number of days.

Synopsis

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

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

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

Description

day_functor public member functions

  1. (int f);
  2.  (const ) ;
  3.  (const ) ;

PrevUpHomeNext