outcome/doc/html/tutorial/essential.html
2019-12-01 13:32:32 +00:00

46 lines
2.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Essential - Boost.Outcome documentation</title>
<link rel="stylesheet" href="../css/boost.css" type="text/css">
<meta name="generator" content="Hugo 0.52 with Boostdoc theme">
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<link rel="icon" href="../images/favicon.ico" type="image/ico"/>
<body><div class="spirit-nav">
<a accesskey="p" href="../tutorial.html"><img src="../images/prev.png" alt="Prev"></a>
<a accesskey="u" href="../tutorial.html"><img src="../images/up.png" alt="Up"></a>
<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">
<div class="titlepage"><div><div><h1 style="clear: both">Essential</h1></div></div></div>
<ol class="children children-li"><li>
<a href="../tutorial/essential/before.html" >Before we begin</a>
<p>Essential information before you begin the tutorial.</p><li>
<a href="../tutorial/essential/result.html" >result&lt;&gt;</a>
<p>Gentle introduction to writing code with simple success-or-failure return types.</p><ol><li>
<a href="../tutorial/essential/result/inspecting.html" >Inspecting result<T, EC></a><li>
<a href="../tutorial/essential/result/try.html" >TRY operations</a></li></ol><li>
<a href="../tutorial/essential/outcome.html" >outcome&lt;&gt;</a>
<p>Success-or-failure return types where failure can take two forms, expected/handled failure and unexpected/abort failure.</p><ol><li>
<a href="../tutorial/essential/outcome/inspecting.html" >Inspecting outcome<T, EC, EP></a></li></ol><li>
<a href="../tutorial/essential/no-value.html" >No-value policies</a>
<p>Describes the concept of NoValuePolicy and how to use no-value policies.</p><ol><li>
<a href="../tutorial/essential/no-value/custom.html" >A custom no-value policy</a><li>
<a href="../tutorial/essential/no-value/builtin.html" >Built-in policies</a></li></ol><li>
<a href="../tutorial/essential/conventions.html" >Conventions</a>
<p>Why you should avoid custom <code>E</code> types in public APIs.</p></li></ol>
</div><p><small>Last revised: February 08, 2019 at 22:18:08 UTC</small></p>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../tutorial.html"><img src="../images/prev.png" alt="Prev"></a>
<a accesskey="u" href="../tutorial.html"><img src="../images/up.png" alt="Up"></a>
<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>
</html>