Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct bad_year

boost::gregorian::bad_year — Exception type for gregorian year.

Synopsis

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

Description

bad_year construct/copy/destruct

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

PrevUpHomeNext