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 a snapshot of the develop branch, built from commit a0dc1f9511.
PrevUpHomeNext

Struct bad_month

boost::gregorian::bad_month — Exception thrown if a greg_month is constructed with a value out of range.

Synopsis

// In header: <boost/date_time/gregorian/greg_month.hpp>


struct bad_month : public std::out_of_range {
  // construct/copy/destruct
  bad_month();
};

Description

bad_month public construct/copy/destruct

  1. bad_month();

PrevUpHomeNext