implicit_inplace_value_error_exception_constructor.html 2.5 KB

1234567891011121314151617181920212223242526272829
  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>basic_outcome(A1 &amp;&amp;, A2 &amp;&amp;, Args &hellip;) - 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. <link rel="icon" href="../../../images/favicon.ico" type="image/ico"/>
  8. <body><div class="spirit-nav">
  9. <a accesskey="p" href="../../../reference/types/basic_outcome/explicit_inplace_exception_constructor_il.html"><img src="../../../images/prev.png" alt="Prev"></a>
  10. <a accesskey="u" href="../../../reference/types/basic_outcome.html"><img src="../../../images/up.png" alt="Up"></a>
  11. <a accesskey="h" href="../../../index.html"><img src="../../../images/home.png" alt="Home"></a><a accesskey="n" href="../../../reference/types/basic_outcome/implicit_success_copy_constructor.html"><img src="../../../images/next.png" alt="Next"></a></div><div id="content">
  12. <div class="titlepage"><div><div><h1 style="clear: both"><code>basic_outcome(A1 &amp;&amp;, A2 &amp;&amp;, Args ...)</code></h1></div></div></div>
  13. <p>Implicit inplace value or error or exception constructor. Delegates to an appropriate explicit inplace constructor depending on input.</p>
  14. <p><em>Requires</em>: predicate::enable_inplace_value_error_exception_constructor<A1, A2, Args ...>` is true.</p>
  15. <p><em>Complexity</em>: Same as for the <code>value_type</code> or <code>error_type</code> or <code>exception_type</code> constructor which accepts <code>A1, A2, Args ...</code>. Constexpr, triviality and noexcept of underlying operations is propagated.</p>
  16. <p><em>Guarantees</em>: If an exception is thrown during the operation, the state of the Args is left indeterminate.</p>
  17. </div><p><small>Last revised: January 31, 2019 at 01:07:35 UTC</small></p>
  18. <hr>
  19. <div class="spirit-nav">
  20. <a accesskey="p" href="../../../reference/types/basic_outcome/explicit_inplace_exception_constructor_il.html"><img src="../../../images/prev.png" alt="Prev"></a>
  21. <a accesskey="u" href="../../../reference/types/basic_outcome.html"><img src="../../../images/up.png" alt="Up"></a>
  22. <a accesskey="h" href="../../../index.html"><img src="../../../images/home.png" alt="Home"></a><a accesskey="n" href="../../../reference/types/basic_outcome/implicit_success_copy_constructor.html"><img src="../../../images/next.png" alt="Next"></a></div></body>
  23. </html>