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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/boost/proto/result_of/right.html b/doc/html/boost/proto/result_of/right.html
index c9366c8b21..4f0f905057 100644
--- a/doc/html/boost/proto/result_of/right.html
+++ b/doc/html/boost/proto/result_of/right.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@@ -35,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="idp375364880"></a><h2>Description</h2>
+<a name="idp381680448"></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>.