Home
last modified time | relevance | path

Searched refs:current_exception_std_exception_wrapper (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/exception/detail/
Dexception_ptr.hpp209 current_exception_std_exception_wrapper: class
216 current_exception_std_exception_wrapper( T const & e1 ): in current_exception_std_exception_wrapper() function in boost::exception_detail::current_exception_std_exception_wrapper
222 current_exception_std_exception_wrapper( T const & e1, boost::exception const & e2 ): in current_exception_std_exception_wrapper() function in boost::exception_detail::current_exception_std_exception_wrapper
229 ~current_exception_std_exception_wrapper() BOOST_NOEXCEPT_OR_NOTHROW in ~current_exception_std_exception_wrapper()
279 return boost::copy_exception(current_exception_std_exception_wrapper<T>(e1,*e2)); in current_exception_std_exception()
281 return boost::copy_exception(current_exception_std_exception_wrapper<T>(e1)); in current_exception_std_exception()