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

Class data_not_accessible
PrevUpHomeNext

Class data_not_accessible

boost::date_time::data_not_accessible — Exception thrown when tz database cannot locate requested data file.

Synopsis

Description

data_not_accessible public construct/copy/destruct

  1. data_not_accessible();
  2. data_not_accessible(const std::string & filespec);

PrevUpHomeNext