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

#include <exceptional_ptr.hpp>

Public Member Functions

 exceptional_ptr ()
 
 exceptional_ptr (exception_ptr ex)
 
template<class E >
 exceptional_ptr (BOOST_FWD_REF(E) ex)
 

Public Attributes

exception_ptr ptr_
 

Constructor & Destructor Documentation

boost::exceptional_ptr::exceptional_ptr ( )
inline
boost::exceptional_ptr::exceptional_ptr ( exception_ptr  ex)
inlineexplicit
template<class E >
boost::exceptional_ptr::exceptional_ptr ( BOOST_FWD_REF(E ex)
inlineexplicit

Member Data Documentation

exception_ptr boost::exceptional_ptr::ptr_

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