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--[-rwxr-xr-x]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 b10880e88a..53697edc5d 100755..100644
--- a/doc/html/boost/proto/result_of/as_child.html
+++ b/doc/html/boost/proto/result_of/as_child.html
@@ -27,7 +27,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_id1527575.html" title="Function as_child">proto::as_child</a>()</code> function.</p>
+ <code class="computeroutput"><a class="link" href="../as_child_id1550862.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;
@@ -38,7 +38,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="id2810460"></a><h2>Description</h2>
+<a name="id2862765"></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