is_error_type.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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>is_error_type&lt;E&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. <link rel="icon" href="../../images/favicon.ico" type="image/ico"/>
  8. <body><div class="spirit-nav">
  9. <a accesskey="p" href="../../reference/traits/is_error_code_available.html"><img src="../../images/prev.png" alt="Prev"></a>
  10. <a accesskey="u" href="../../reference/traits.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/traits/is_error_type_enum.html"><img src="../../images/next.png" alt="Next"></a></div><div id="content">
  12. <div class="titlepage"><div><div><h1 style="clear: both"><code>is_error_type&lt;E&gt;</code></h1></div></div></div>
  13. <p>A customisable integral constant type true for <code>E</code> types which are to receive
  14. error throwing no-value policies. Special weakened implicit construction enable
  15. is available for integral <code>T</code> types when combined with <code>E</code> types in this
  16. whitelist &ndash; this permits <code>boost_result&lt;int, boost::system::errc::errc_t</code> to
  17. retain its implicit constructors, despite the fact that <code>errc_t</code> as a C enum
  18. has an implicit conversion to <code>int</code>.</p>
  19. <p><em>Overridable</em>: By template specialisation into the <code>trait</code> namespace.</p>
  20. <p><em>Default</em>: False. Specialisations to true exist for:</p>
  21. <ul>
  22. <li><p><code>&lt;boost/outcome/boost_result.hpp&gt;</code></p>
  23. <ul>
  24. <li><code>boost::system::error_code</code></li>
  25. <li><code>boost::system::errc::errc_t</code></li>
  26. <li><code>boost::exception_ptr</code></li>
  27. </ul></li>
  28. <li><p><code>&lt;boost/outcome/std_result.hpp&gt;</code></p>
  29. <ul>
  30. <li><code>std::error_code</code></li>
  31. <li><code>std::errc</code></li>
  32. <li><code>std::exception_ptr</code></li>
  33. </ul></li>
  34. </ul>
  35. <p><em>Namespace</em>: <code>BOOST_OUTCOME_V2_NAMESPACE::trait</code></p>
  36. <p><em>Header</em>: <code>&lt;boost/outcome/trait.hpp&gt;</code></p>
  37. </div><p><small>Last revised: October 11, 2019 at 17:03:05 &#43;0100</small></p>
  38. <hr>
  39. <div class="spirit-nav">
  40. <a accesskey="p" href="../../reference/traits/is_error_code_available.html"><img src="../../images/prev.png" alt="Prev"></a>
  41. <a accesskey="u" href="../../reference/traits.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/traits/is_error_type_enum.html"><img src="../../images/next.png" alt="Next"></a></div></body>
  43. </html>