Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct time_label_invalid

boost::local_time::time_label_invalid — simple exception for when time label given cannot exist

Synopsis

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


struct time_label_invalid : public  {
  // construct/copy/destruct
  ( = );
};

Description

time_label_invalid public construct/copy/destruct

  1. ( msg = );

PrevUpHomeNext