Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template simple_exception_policy

boost::CV::simple_exception_policy — Template to shortcut the constrained_value policy creation process.

Synopsis

// In header: <boost/date_time/constrained_value.hpp>

template<typename rep_type,  min_value,  max_value, 
         typename exception_type> 
class simple_exception_policy {
public:
  // types
  typedef  ;

  // member classes/structs/unions

  struct exception_wrapper : public  {

    // public member functions
    () ;
  };

  // public static functions
   ();
   ();
   (, , );
};

Description

simple_exception_policy public static functions

  1.  ();
  2.  ();
  3.  (, , );

PrevUpHomeNext