• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
3<title>exception_ptr_rethrow&lt;T, EC, EP&gt; - Boost.Outcome documentation</title>
4<link rel="stylesheet" href="../../css/boost.css" type="text/css">
5<meta name="generator" content="Hugo 0.52 with Boostdoc theme">
6<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
7
8<link rel="icon" href="../../images/favicon.ico" type="image/ico"/>
9<body><div class="spirit-nav">
10<a accesskey="p" href="../../reference/policies/error_code_throw_as_system_error_result.html"><img src="../../images/prev.png" alt="Prev"></a>
11    <a accesskey="u" href="../../reference/policies.html"><img src="../../images/up.png" alt="Up"></a>
12    <a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="../../reference/policies/exception_ptr_rethrow_result.html"><img src="../../images/next.png" alt="Next"></a></div><div id="content">
13  <div class="titlepage"><div><div><h1 style="clear: both"><code>exception_ptr_rethrow&lt;T, EC, EP&gt;</code></h1></div></div></div>
14  <p><em>Note</em>: This policy class specialisation can only be used with <code>basic_outcome</code>, not <code>basic_result</code>. Use <a href="../../reference/policies/exception_ptr_rethrow_result.html" class="api-reference"><code>exception_ptr_rethrow&lt;T, EC, void&gt;</code></a>
15 with <code>basic_result</code>.</p>
16
17<p>Policy class defining that the ADL discovered free function <code>rethrow_exception(impl.assume_exception())</code> if possible, followed by <code>rethrow_exception(impl.assume_error())</code> should be called on incorrect wide value observation. Generally this will ADL discover
18<a href="https://en.cppreference.com/w/cpp/error/rethrow_exception" class="api-reference" target="_blank"><i class="fa fa-book" aria-hidden="true"></i> <code>std::rethrow_exception()</code></a>
19 or <code>boost::rethrow_exception()</code> depending on the <code>EC</code> type.</p>
20
21<p>Incorrect wide error observation performs:</p>
22<div class="highlight"><pre class="chroma"><code class="language-c++" data-lang="c++"><span class="n">BOOST_OUTCOME_THROW_EXCEPTION</span><span class="p">(</span><span class="n">bad_outcome_access</span><span class="p">(</span><span class="s">&#34;no error&#34;</span><span class="p">));</span>
23</code></pre></div>
24<p>Incorrect wide exception observation performs:</p>
25<div class="highlight"><pre class="chroma"><code class="language-c++" data-lang="c++"><span class="n">BOOST_OUTCOME_THROW_EXCEPTION</span><span class="p">(</span><span class="n">bad_outcome_access</span><span class="p">(</span><span class="s">&#34;no exception&#34;</span><span class="p">));</span>
26</code></pre></div>
27<p>Inherits publicly from <a href="../../reference/policies/base.html" class="api-reference"><code>base</code></a>
28, and its narrow value, error and exception observer policies are inherited from there.</p>
29
30<p><em>Requires</em>: Nothing.</p>
31
32<p><em>Namespace</em>: <code>BOOST_OUTCOME_V2_NAMESPACE::policy</code></p>
33
34<p><em>Header</em>: <code>&lt;boost/outcome/policy/outcome_exception_ptr_rethrow.hpp&gt;</code></p>
35
36
37        </div><p><small>Last revised: February 01, 2019 at 23:42:52 UTC</small></p>
38<hr>
39<div class="spirit-nav">
40<a accesskey="p" href="../../reference/policies/error_code_throw_as_system_error_result.html"><img src="../../images/prev.png" alt="Prev"></a>
41    <a accesskey="u" href="../../reference/policies.html"><img src="../../images/up.png" alt="Up"></a>
42    <a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="../../reference/policies/exception_ptr_rethrow_result.html"><img src="../../images/next.png" alt="Next"></a></div></body>
43</html>
44