Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gregorian::bad_day_of_month Struct Reference

Exception type for gregorian day of month (1..31) More...

#include <greg_day.hpp>

Inheritance diagram for boost::gregorian::bad_day_of_month:
Collaboration diagram for boost::gregorian::bad_day_of_month:

Public Member Functions

 bad_day_of_month ()
 
 bad_day_of_month (const std::string &s)
 Allow other classes to throw with unique string for bad day like Feb 29. More...
 

Detailed Description

Exception type for gregorian day of month (1..31)

Constructor & Destructor Documentation

boost::gregorian::bad_day_of_month::bad_day_of_month ( )
inline
boost::gregorian::bad_day_of_month::bad_day_of_month ( const std::string &  s)
inline

Allow other classes to throw with unique string for bad day like Feb 29.


The documentation for this struct was generated from the following file: