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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/proto/result_of/as_child.html b/doc/html/boost/proto/result_of/as_child.html
index 8e0c447c87..c69999bda5 100644
--- a/doc/html/boost/proto/result_of/as_child.html
+++ b/doc/html/boost/proto/result_of/as_child.html
@@ -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_idp704447440.html" title="Function as_child">proto::as_child</a>()</code> function.</p>
+ <code class="computeroutput"><a class="link" href="../as_child_idp731140288.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="idp474584272"></a><h2>Description</h2>
+<a name="idp458317488"></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