essential.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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>Essential - 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="../tutorial.html"><img src="../images/prev.png" alt="Prev"></a>
  10. <a accesskey="u" href="../tutorial.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="../tutorial/essential/before.html"><img src="../images/next.png" alt="Next"></a></div><div id="content">
  12. <div class="titlepage"><div><div><h1 style="clear: both">Essential</h1></div></div></div>
  13. <ol class="children children-li"><li>
  14. <a href="../tutorial/essential/before.html" >Before we begin</a>
  15. <p>Essential information before you begin the tutorial.</p><li>
  16. <a href="../tutorial/essential/result.html" >result&lt;&gt;</a>
  17. <p>Gentle introduction to writing code with simple success-or-failure return types.</p><ol><li>
  18. <a href="../tutorial/essential/result/inspecting.html" >Inspecting result<T, EC></a><li>
  19. <a href="../tutorial/essential/result/try.html" >TRY operations</a></li></ol><li>
  20. <a href="../tutorial/essential/outcome.html" >outcome&lt;&gt;</a>
  21. <p>Success-or-failure return types where failure can take two forms, expected/handled failure and unexpected/abort failure.</p><ol><li>
  22. <a href="../tutorial/essential/outcome/inspecting.html" >Inspecting outcome<T, EC, EP></a></li></ol><li>
  23. <a href="../tutorial/essential/no-value.html" >No-value policies</a>
  24. <p>Describes the concept of NoValuePolicy and how to use no-value policies.</p><ol><li>
  25. <a href="../tutorial/essential/no-value/custom.html" >A custom no-value policy</a><li>
  26. <a href="../tutorial/essential/no-value/builtin.html" >Built-in policies</a></li></ol><li>
  27. <a href="../tutorial/essential/conventions.html" >Conventions</a>
  28. <p>Why you should avoid custom <code>E</code> types in public APIs.</p></li></ol>
  29. </div><p><small>Last revised: February 08, 2019 at 22:18:08 UTC</small></p>
  30. <hr>
  31. <div class="spirit-nav">
  32. <a accesskey="p" href="../tutorial.html"><img src="../images/prev.png" alt="Prev"></a>
  33. <a accesskey="u" href="../tutorial.html"><img src="../images/up.png" alt="Up"></a>
  34. <a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../tutorial/essential/before.html"><img src="../images/next.png" alt="Next"></a></div></body>
  35. </html>