Boost C++ Libraries Home Libraries People FAQ More

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 : public  {
  // construct/copy/destruct
  ( = );
};

Description

bad_offset public construct/copy/destruct

  1. ( msg = );

PrevUpHomeNext