• 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>error_code_throw_as_system_error&lt;T, EC, void&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_outcome.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_outcome.html"><img src="../../images/next.png" alt="Next"></a></div><div id="content">
13  <div class="titlepage"><div><div><h1 style="clear: both"><code>error_code_throw_as_system_error&lt;T, EC, void&gt;</code></h1></div></div></div>
14  <p><em>Note</em>: This policy class specialisation can only be used with <code>basic_result</code>, not <code>basic_outcome</code>. Use <a href="../../reference/policies/error_code_throw_as_system_error_outcome.html" class="api-reference"><code>error_code_throw_as_system_error&lt;T, EC, EP&gt;</code></a>
15 with <code>basic_outcome</code>.</p>
16
17<p>Policy class defining that the ADL discovered free function <code>outcome_throw_as_system_error_with_payload(impl.assume_error())</code> should be called on incorrect wide value observation. <a href="../../reference/functions/policy.html">Some precanned overloads of that function are listed here</a>.</p>
18
19<p>Incorrect wide error observation performs:</p>
20<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_result_access</span><span class="p">(</span><span class="s">&#34;no error&#34;</span><span class="p">));</span>
21</code></pre></div>
22<p>Inherits publicly from <a href="../../reference/policies/base.html" class="api-reference"><code>base</code></a>
23, and its narrow value, error and exception observer policies are inherited from there.</p>
24
25<p><em>Requires</em>: Nothing.</p>
26
27<p><em>Namespace</em>: <code>BOOST_OUTCOME_V2_NAMESPACE::policy</code></p>
28
29<p><em>Header</em>: <code>&lt;boost/outcome/policy/result_error_code_throw_as_system_error.hpp&gt;</code></p>
30
31
32        </div><p><small>Last revised: February 01, 2019 at 23:42:52 UTC</small></p>
33<hr>
34<div class="spirit-nav">
35<a accesskey="p" href="../../reference/policies/error_code_throw_as_system_error_outcome.html"><img src="../../images/prev.png" alt="Prev"></a>
36    <a accesskey="u" href="../../reference/policies.html"><img src="../../images/up.png" alt="Up"></a>
37    <a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="../../reference/policies/exception_ptr_rethrow_outcome.html"><img src="../../images/next.png" alt="Next"></a></div></body>
38</html>
39