summaryrefslogtreecommitdiff
path: root/doc/html/boost/proto/result_of/deep_copy.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/proto/result_of/deep_copy.html')
-rw-r--r--doc/html/boost/proto/result_of/deep_copy.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/html/boost/proto/result_of/deep_copy.html b/doc/html/boost/proto/result_of/deep_copy.html
index c9af3b89d6..fac180b9c8 100644
--- a/doc/html/boost/proto/result_of/deep_copy.html
+++ b/doc/html/boost/proto/result_of/deep_copy.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">
@@ -27,7 +28,7 @@
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template deep_copy</span></h2>
<p>boost::proto::result_of::deep_copy &#8212; A metafunction for calculating the return type of <code class="computeroutput">
- <a class="link" href="../deep_copy_idp201107088.html" title="Function template deep_copy">proto::deep_copy()</a></code>.</p>
+ <a class="link" href="../deep_copy_idp215592560.html" title="Function template deep_copy">proto::deep_copy()</a></code>.</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.deep_copy_hpp" title="Header &lt;boost/proto/deep_copy.hpp&gt;">boost/proto/deep_copy.hpp</a>&gt;
@@ -38,10 +39,10 @@
<span class="keyword">typedef</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <a name="boost.proto.result_of.deep_copy.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="idp362326384"></a><h2>Description</h2>
+<a name="idp368642752"></a><h2>Description</h2>
<p>
A metafunction for calculating the return type of <code class="computeroutput">
- <a class="link" href="../deep_copy_idp201107088.html" title="Function template deep_copy">proto::deep_copy()</a></code>. The type
+ <a class="link" href="../deep_copy_idp215592560.html" title="Function template deep_copy">proto::deep_copy()</a></code>. The type
parameter <code class="computeroutput">Expr</code> should be the type of a Proto expression tree.
It should not be a reference type, nor should it be cv-qualified.
</p>