summaryrefslogtreecommitdiff
path: root/doc/html/boost/proto/result_of/as_child.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/proto/result_of/as_child.html')
-rw-r--r--doc/html/boost/proto/result_of/as_child.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost/proto/result_of/as_child.html b/doc/html/boost/proto/result_of/as_child.html
index 846d99093a..98b77e4ee5 100644
--- a/doc/html/boost/proto/result_of/as_child.html
+++ b/doc/html/boost/proto/result_of/as_child.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template as_child</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../../proto/reference.html#header.boost.proto.traits_hpp" title="Header &lt;boost/proto/traits.hpp&gt;">
<link rel="prev" href="as_expr.html" title="Struct template as_expr">
@@ -28,7 +28,7 @@
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template as_child</span></h2>
<p>boost::proto::result_of::as_child &#8212; A metafunction that computes the return type of the
- <code class="computeroutput"><a class="link" href="../as_child_idp308848384.html" title="Function as_child">proto::as_child</a>()</code> function.</p>
+ <code class="computeroutput"><a class="link" href="../as_child_idm46563224458048.html" title="Function as_child">proto::as_child</a>()</code> function.</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../../proto/reference.html#header.boost.proto.traits_hpp" title="Header &lt;boost/proto/traits.hpp&gt;">boost/proto/traits.hpp</a>&gt;
@@ -39,7 +39,7 @@
<span class="keyword">typedef</span> <span class="keyword">typename</span> <span class="identifier">Domain</span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">as_child</span><span class="special">&lt;</span> <span class="identifier">T</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">result_type</span> <a name="boost.proto.result_of.as_child.type"></a><span class="identifier">type</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp347546256"></a><h2>Description</h2>
+<a name="idm45927831842416"></a><h2>Description</h2>
<p>
The <code class="computeroutput">proto::result_of::as_child&lt;&gt;</code> metafunction turns types
into Proto expression types, if they are not already, in a domain-specific way. It is used by Proto