Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct ambiguous_result

boost::local_time::ambiguous_result — simple exception for reporting when STD or DST cannot be determined

Synopsis

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


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

Description

ambiguous_result public construct/copy/destruct

  1. ( msg = );

PrevUpHomeNext