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

PrevUpHomeNext

Struct dst_not_valid

boost::local_time::dst_not_valid

Synopsis

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


struct dst_not_valid : public std::logic_error {

  // public member functions
  dst_not_valid(std::string const & = std::string());
};

Description

dst_not_valid public member functions

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

PrevUpHomeNext