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 a snapshot of the master branch, built from commit c6a8213e9b.
PrevUpHomeNext

Type definition tz_database

tz_database — Object populated with boost::shared_ptr<time_zone_base> objects.

Synopsis

// In header: <boost/date_time/local_time/tz_database.hpp>


typedef date_time::tz_db_base< custom_time_zone, nth_kday_dst_rule > tz_database;

Description

Object populated with boost::shared_ptr<time_zone_base> objects Database is populated from specs stored in external csv file. See date_time::tz_db_base for greater detail


PrevUpHomeNext