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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/proto/result_of/right.html b/doc/html/boost/proto/result_of/right.html
index e3842044be..e17aa353a2 100644
--- a/doc/html/boost/proto/result_of/right.html
+++ b/doc/html/boost/proto/result_of/right.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template right</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="left.html" title="Struct template left">
@@ -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="idp347698080"></a><h2>Description</h2>
+<a name="idm45927831690928"></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>.