59 lines
5.4 KiB
HTML
59 lines
5.4 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>Hooks - 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="../../reference/functions.html"><img src="../../images/prev.png" alt="Prev"></a>
|
|
<a accesskey="u" href="../../reference/functions.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="../../reference/functions/hooks/spare_storage.html"><img src="../../images/next.png" alt="Next"></a></div><div id="content">
|
|
|
|
<div class="titlepage"><div><div><h1 style="clear: both">Hooks</h1></div></div></div>
|
|
<ol class="children children-li"><li>
|
|
<a href="../../reference/functions/hooks/spare_storage.html" ><code>uint16_t spare_storage(const basic_result|basic_outcome *) noexcept</code></a>
|
|
<p>Returns the sixteen bits of spare storage in the specified result or outcome.</p><li>
|
|
<a href="../../reference/functions/hooks/hook_outcome_construction.html" ><code>void hook_outcome_construction(T *, U &&) noexcept</code></a>
|
|
<p>ADL discovered free function hook invoked by the implicit constructors of <code>basic_outcome</code>.</p><li>
|
|
<a href="../../reference/functions/hooks/hook_outcome_construction2.html" ><code>void hook_outcome_construction(T *, U &&, V &&) noexcept</code></a>
|
|
<p>ADL discovered free function hook invoked by the implicit constructors of <code>basic_outcome</code>.</p><li>
|
|
<a href="../../reference/functions/hooks/hook_outcome_copy_construction.html" ><code>void hook_outcome_copy_construction(T *, U &&) noexcept</code></a>
|
|
<p>ADL discovered free function hook invoked by the converting copy constructors of <code>basic_outcome</code>.</p><li>
|
|
<a href="../../reference/functions/hooks/hook_outcome_copy_construction2.html" ><code>void hook_outcome_copy_construction(T *, U &&, V &&) noexcept</code></a>
|
|
<p>ADL discovered free function hook invoked by the converting copy constructors of <code>basic_outcome</code>.</p><li>
|
|
<a href="../../reference/functions/hooks/hook_outcome_in_place_construction.html" ><code>void hook_outcome_in_place_construction(T *, in_place_type_t<U>, Args &&...) noexcept</code></a>
|
|
<p>ADL discovered free function hook invoked by the in-place constructors of <code>basic_outcome</code>.</p><li>
|
|
<a href="../../reference/functions/hooks/hook_outcome_move_construction.html" ><code>void hook_outcome_move_construction(T *, U &&) noexcept</code></a>
|
|
<p>ADL discovered free function hook invoked by the converting move constructors of <code>basic_outcome</code>.</p><li>
|
|
<a href="../../reference/functions/hooks/hook_outcome_move_construction2.html" ><code>void hook_outcome_move_construction(T *, U &&, V &&) noexcept</code></a>
|
|
<p>ADL discovered free function hook invoked by the converting move constructors of <code>basic_outcome</code>.</p><li>
|
|
<a href="../../reference/functions/hooks/hook_result_construction.html" ><code>void hook_result_construction(T *, U &&) noexcept</code></a>
|
|
<p>ADL discovered free function hook invoked by the implicit constructors of <code>basic_result</code>.</p><li>
|
|
<a href="../../reference/functions/hooks/hook_result_copy_construction.html" ><code>void hook_result_copy_construction(T *, U &&) noexcept</code></a>
|
|
<p>ADL discovered free function hook invoked by the converting copy constructors of <code>basic_result</code>.</p><li>
|
|
<a href="../../reference/functions/hooks/hook_result_in_place_construction.html" ><code>void hook_result_in_place_construction(T *, in_place_type_t<U>, Args &&...) noexcept</code></a>
|
|
<p>ADL discovered free function hook invoked by the in-place constructors of <code>basic_result</code>.</p><li>
|
|
<a href="../../reference/functions/hooks/hook_result_move_construction.html" ><code>void hook_result_move_construction(T *, U &&) noexcept</code></a>
|
|
<p>ADL discovered free function hook invoked by the converting move constructors of <code>basic_result</code>.</p><li>
|
|
<a href="../../reference/functions/hooks/override_outcome_exception.html" ><code>void override_outcome_exception(basic_outcome<T, EC, EP, NoValuePolicy> *, U &&) noexcept</code></a>
|
|
<p>Overrides the exception to something other than what was constructed.</p><li>
|
|
<a href="../../reference/functions/hooks/set_spare_storage.html" ><code>void set_spare_storage(basic_result|basic_outcome *, uint16_t) noexcept</code></a>
|
|
<p>Sets the sixteen bits of spare storage in the specified result or outcome.</p></li></ol>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div><p><small>Last revised: January 22, 2019 at 01:11:40 UTC</small></p>
|
|
<hr>
|
|
<div class="spirit-nav">
|
|
<a accesskey="p" href="../../reference/functions.html"><img src="../../images/prev.png" alt="Prev"></a>
|
|
<a accesskey="u" href="../../reference/functions.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="../../reference/functions/hooks/spare_storage.html"><img src="../../images/next.png" alt="Next"></a></div></body>
|
|
</html>
|