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 bad_offset

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

Synopsis

struct bad_offset {
  // construct/copy/destruct
  bad_offset(std::string = "");

  // public member functions
};

Description

bad_offset construct/copy/destruct

  1. bad_offset(std::string _msg = "");

bad_offset public member functions

    Copyright © 2001-2005 CrystalClear Software, Inc

    PrevUpHomeNext