Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Struct exception_wrapper

boost::CV::simple_exception_policy::exception_wrapper

Synopsis

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



struct exception_wrapper : public exception_type {

  // public member functions
  operator std::out_of_range() const;
};

Description

exception_wrapper public member functions

  1. operator std::out_of_range() const;

PrevUpHomeNext