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 to view this page for the latest version.
PrevUpHomeNext

Struct template default_zone_names

boost::date_time::default_zone_names —

Synopsis

template<typename CharT> 
struct default_zone_names {
  // types
  typedef CharT char_type;

  static const  char_type standard_name;
  static const  char_type standard_abbrev;
  static const  char_type non_dst_identifier;
};
Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext