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 bad_offset

boost::local_time::bad_offset — simple exception for UTC and Daylight savings start/end offsets

Synopsis

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


struct bad_offset {
  // construct/copy/destruct
  bad_offset(std::string const & = std::string());
};

Description

bad_offset public construct/copy/destruct

  1. bad_offset(std::string const & msg = std::string());

PrevUpHomeNext