From 1a78a62555be32868418fe52f8e330c9d0f95d5a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 12:57:26 -0700 Subject: Imported Upstream version 1.49.0 --- doc/html/boost/gregorian/bad_day_of_month.html | 66 ++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100755 doc/html/boost/gregorian/bad_day_of_month.html (limited to 'doc/html/boost/gregorian/bad_day_of_month.html') diff --git a/doc/html/boost/gregorian/bad_day_of_month.html b/doc/html/boost/gregorian/bad_day_of_month.html new file mode 100755 index 0000000000..34fd8b231d --- /dev/null +++ b/doc/html/boost/gregorian/bad_day_of_month.html @@ -0,0 +1,66 @@ + + + +Struct bad_day_of_month + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct bad_day_of_month

+

boost::gregorian::bad_day_of_month — Exception type for gregorian day of month (1..31)

+
+

Synopsis

+ +
+

Description

+
+

+bad_day_of_month + public + construct/copy/destruct

+
    +
  1. bad_day_of_month();
  2. +
  3. +
    bad_day_of_month(const std::string & s);
    Allow other classes to throw with unique string for bad day like Feb 29.
  4. +
+
+
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3