Insane_DNS/libraries/asio-1.28.1/doc/asio/reference/associated_executor.html

188 lines
9.0 KiB
HTML
Raw Normal View History

2023-10-24 21:59:30 -04:00
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>associated_executor</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../index.html" title="Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="associated_cancellation_slot_lt__reference_wrapper_lt__T__gt__comma__CancellationSlot__gt_/type.html" title="associated_cancellation_slot&lt; reference_wrapper&lt; T &gt;, CancellationSlot &gt;::type">
<link rel="next" href="associated_executor/decltype.html" title="associated_executor::decltype">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="associated_cancellation_slot_lt__reference_wrapper_lt__T__gt__comma__CancellationSlot__gt_/type.html"><img src="../../prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../home.png" alt="Home"></a><a accesskey="n" href="associated_executor/decltype.html"><img src="../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="asio.reference.associated_executor"></a><a class="link" href="associated_executor.html" title="associated_executor">associated_executor</a>
</h3></div></div></div>
<p>
<a class="indexterm" name="asio.indexterm.associated_executor"></a>
</p>
<p>
Traits type used to obtain the executor associated with an object.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
<span class="keyword">typename</span> <span class="identifier">T</span><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="Executor1.html" title="Executor requirements">Executor</a> <span class="special">=</span> <span class="identifier">system_executor</span><span class="special">&gt;</span>
<span class="keyword">struct</span> <span class="identifier">associated_executor</span>
</pre>
<h5>
<a name="asio.reference.associated_executor.h0"></a>
<span><a name="asio.reference.associated_executor.types"></a></span><a class="link" href="associated_executor.html#asio.reference.associated_executor.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody><tr>
<td>
<p>
<a class="link" href="associated_executor/type.html" title="associated_executor::type"><span class="bold"><strong>type</strong></span></a>
</p>
</td>
<td>
<p>
If T has a nested type executor_type, T::executor_type. Otherwise
Executor.
</p>
</td>
</tr></tbody>
</table></div>
<h5>
<a name="asio.reference.associated_executor.h1"></a>
<span><a name="asio.reference.associated_executor.member_functions"></a></span><a class="link" href="associated_executor.html#asio.reference.associated_executor.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody><tr>
<td>
<p>
<a class="link" href="associated_executor/decltype.html" title="associated_executor::decltype"><span class="bold"><strong>decltype</strong></span></a> <span class="silver">[static]</span>
</p>
</td>
<td>
<p>
If T has a nested type executor_type, returns t.get_executor().
Otherwise returns type(). <br> <span class="silver"></span><br> If T has a nested type
executor_type, returns t.get_executor(). Otherwise returns ex.
</p>
</td>
</tr></tbody>
</table></div>
<h5>
<a name="asio.reference.associated_executor.h2"></a>
<span><a name="asio.reference.associated_executor.data_members"></a></span><a class="link" href="associated_executor.html#asio.reference.associated_executor.data_members">Data
Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody><tr>
<td>
<p>
<a class="link" href="associated_executor/noexcept.html" title="associated_executor::noexcept"><span class="bold"><strong>noexcept</strong></span></a>
</p>
</td>
<td>
</td>
</tr></tbody>
</table></div>
<p>
A program may specialise this traits type if the <code class="computeroutput"><span class="identifier">T</span></code>
template parameter in the specialisation is a user-defined type. The template
parameter <code class="computeroutput"><span class="identifier">Executor</span></code> shall
be a type meeting the Executor requirements.
</p>
<p>
Specialisations shall meet the following requirements, where <code class="computeroutput"><span class="identifier">t</span></code> is a const reference to an object of
type <code class="computeroutput"><span class="identifier">T</span></code>, and <code class="computeroutput"><span class="identifier">e</span></code> is an object of type <code class="computeroutput"><span class="identifier">Executor</span></code>.
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Provide a nested typedef <code class="computeroutput"><span class="identifier">type</span></code>
that identifies a type meeting the Executor requirements.
</li>
<li class="listitem">
Provide a noexcept static member function named <code class="computeroutput"><span class="identifier">get</span></code>,
callable as <code class="computeroutput"><span class="identifier">get</span><span class="special">(</span><span class="identifier">t</span><span class="special">)</span></code>
and with return type <code class="computeroutput"><span class="identifier">type</span></code>
or a (possibly const) reference to <code class="computeroutput"><span class="identifier">type</span></code>.
</li>
<li class="listitem">
Provide a noexcept static member function named <code class="computeroutput"><span class="identifier">get</span></code>,
callable as <code class="computeroutput"><span class="identifier">get</span><span class="special">(</span><span class="identifier">t</span><span class="special">,</span><span class="identifier">e</span><span class="special">)</span></code>
and with return type <code class="computeroutput"><span class="identifier">type</span></code>
or a (possibly const) reference to <code class="computeroutput"><span class="identifier">type</span></code>.
</li>
</ul></div>
<h5>
<a name="asio.reference.associated_executor.h3"></a>
<span><a name="asio.reference.associated_executor.requirements"></a></span><a class="link" href="associated_executor.html#asio.reference.associated_executor.requirements">Requirements</a>
</h5>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">asio/associated_executor.hpp</code>
</p>
<p>
<span class="emphasis"><em>Convenience header: </em></span><code class="literal">asio.hpp</code>
</p>
</div>
<div class="copyright-footer">Copyright © 2003-2023 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="associated_cancellation_slot_lt__reference_wrapper_lt__T__gt__comma__CancellationSlot__gt_/type.html"><img src="../../prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../home.png" alt="Home"></a><a accesskey="n" href="associated_executor/decltype.html"><img src="../../next.png" alt="Next"></a>
</div>
</body>
</html>