Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct greg_durations_config

boost::gregorian::greg_durations_config — config struct for additional duration types (ie months_duration<> & years_duration<>)

Synopsis

// In header: <boost/date_time/gregorian/greg_duration_types.hpp>


struct greg_durations_config {
  // types
  typedef date                                  ;          
  typedef          ;            
  typedef date_type > ;
};

PrevUpHomeNext