summaryrefslogtreecommitdiff
path: root/doc/html/boost/proto/result_of/right.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/proto/result_of/right.html')
-rw-r--r--doc/html/boost/proto/result_of/right.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/proto/result_of/right.html b/doc/html/boost/proto/result_of/right.html
index fba995cdbf..113489f689 100644
--- a/doc/html/boost/proto/result_of/right.html
+++ b/doc/html/boost/proto/result_of/right.html
@@ -36,7 +36,7 @@
<span class="keyword">struct</span> <a class="link" href="right.html" title="Struct template right">right</a> <span class="special">:</span> <span class="keyword"></span> <span class="identifier">proto</span><span class="special">::</span><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">child_c</span><span class="special">&lt;</span> <span class="identifier">Expr</span><span class="special">,</span> <span class="number">1</span> <span class="special">&gt;</span> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp562409472"></a><h2>Description</h2>
+<a name="idp474735952"></a><h2>Description</h2>
<p>
<code class="computeroutput">proto::result_of::right&lt;Expr&gt;</code> is equivalent to
<code class="computeroutput"><a class="link" href="child_c.html" title="Struct template child_c">proto::result_of::child_c</a>&lt;Expr, 1&gt;</code>.