Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct bad_month

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

Synopsis

struct bad_month {
  // construct/copy/destruct
  bad_month();
};

Description

bad_month construct/copy/destruct

  1. bad_month();
Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext