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

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct greg_facet_config

boost::gregorian::greg_facet_config —

Configuration of the output facet template.

Synopsis

struct greg_facet_config {
  // types
  typedef boost::gregorian::greg_month     month_type;        
  typedef boost::date_time::special_values special_value_enum;
  typedef boost::gregorian::months_of_year month_enum;        
  typedef boost::date_time::weekdays       weekday_enum;      
};
Copyright © 2001-2004 CrystalClear Software, Inc

PrevUpHomeNext